@@ -237,6 +237,245 @@ googlenet-kather100k:
237237 input_resolutions : [{"resolution": 0.5, "units": "mpp"}]
238238 dataset : kather100k
239239
240+ alexnet-pcam :
241+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/alexnet-pcam.pth
242+ architecture :
243+ class : vanilla.CNNModel
244+ kwargs :
245+ backbone : alexnet
246+ num_classes : 2
247+ ioconfig :
248+ class : patch_predictor.IOPatchPredictorConfig
249+ kwargs :
250+ patch_input_shape : [96, 96]
251+ stride_shape : [96, 96]
252+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
253+ dataset : pcam
254+ resnet18-pcam :
255+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/resnet18-pcam.pth
256+ architecture :
257+ class : vanilla.CNNModel
258+ kwargs :
259+ backbone : resnet18
260+ num_classes : 2
261+ ioconfig :
262+ class : patch_predictor.IOPatchPredictorConfig
263+ kwargs :
264+ patch_input_shape : [96, 96]
265+ stride_shape : [96, 96]
266+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
267+ dataset : pcam
268+ resnet34-pcam :
269+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/resnet34-pcam.pth
270+ architecture :
271+ class : vanilla.CNNModel
272+ kwargs :
273+ backbone : resnet34
274+ num_classes : 2
275+ ioconfig :
276+ class : patch_predictor.IOPatchPredictorConfig
277+ kwargs :
278+ patch_input_shape : [96, 96]
279+ stride_shape : [96, 96]
280+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
281+ dataset : pcam
282+ resnet50-pcam :
283+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/resnet50-pcam.pth
284+ architecture :
285+ class : vanilla.CNNModel
286+ kwargs :
287+ backbone : resnet50
288+ num_classes : 2
289+ ioconfig :
290+ class : patch_predictor.IOPatchPredictorConfig
291+ kwargs :
292+ patch_input_shape : [96, 96]
293+ stride_shape : [96, 96]
294+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
295+ dataset : pcam
296+ resnet101-pcam :
297+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/resnet101-pcam.pth
298+ architecture :
299+ class : vanilla.CNNModel
300+ kwargs :
301+ backbone : resnet101
302+ num_classes : 2
303+ ioconfig :
304+ class : patch_predictor.IOPatchPredictorConfig
305+ kwargs :
306+ patch_input_shape : [96, 96]
307+ stride_shape : [96, 96]
308+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
309+ dataset : pcam
310+ resnext50_32x4d-pcam :
311+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/resnext50_32x4d-pcam.pth
312+ architecture :
313+ class : vanilla.CNNModel
314+ kwargs :
315+ backbone : resnext50_32x4d
316+ num_classes : 2
317+ ioconfig :
318+ class : patch_predictor.IOPatchPredictorConfig
319+ kwargs :
320+ patch_input_shape : [96, 96]
321+ stride_shape : [96, 96]
322+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
323+ dataset : pcam
324+ resnext101_32x8d-pcam :
325+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/resnext101_32x8d-pcam.pth
326+ architecture :
327+ class : vanilla.CNNModel
328+ kwargs :
329+ backbone : resnext101_32x8d
330+ num_classes : 2
331+ ioconfig :
332+ class : patch_predictor.IOPatchPredictorConfig
333+ kwargs :
334+ patch_input_shape : [96, 96]
335+ stride_shape : [96, 96]
336+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
337+ dataset : pcam
338+ wide_resnet50_2-pcam :
339+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/wide_resnet50_2-pcam.pth
340+ architecture :
341+ class : vanilla.CNNModel
342+ kwargs :
343+ backbone : wide_resnet50_2
344+ num_classes : 2
345+ ioconfig :
346+ class : patch_predictor.IOPatchPredictorConfig
347+ kwargs :
348+ patch_input_shape : [96, 96]
349+ stride_shape : [96, 96]
350+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
351+ dataset : pcam
352+ wide_resnet101_2-pcam :
353+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/wide_resnet101_2-pcam.pth
354+ architecture :
355+ class : vanilla.CNNModel
356+ kwargs :
357+ backbone : wide_resnet101_2
358+ num_classes : 2
359+ ioconfig :
360+ class : patch_predictor.IOPatchPredictorConfig
361+ kwargs :
362+ patch_input_shape : [96, 96]
363+ stride_shape : [96, 96]
364+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
365+ dataset : pcam
366+ densenet121-pcam :
367+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/densenet121-pcam.pth
368+ architecture :
369+ class : vanilla.CNNModel
370+ kwargs :
371+ backbone : densenet121
372+ num_classes : 2
373+ ioconfig :
374+ class : patch_predictor.IOPatchPredictorConfig
375+ kwargs :
376+ patch_input_shape : [96, 96]
377+ stride_shape : [96, 96]
378+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
379+ dataset : pcam
380+ densenet161-pcam :
381+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/densenet161-pcam.pth
382+ architecture :
383+ class : vanilla.CNNModel
384+ kwargs :
385+ backbone : densenet161
386+ num_classes : 2
387+ ioconfig :
388+ class : patch_predictor.IOPatchPredictorConfig
389+ kwargs :
390+ patch_input_shape : [96, 96]
391+ stride_shape : [96, 96]
392+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
393+ dataset : pcam
394+ densenet169-pcam :
395+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/densenet169-pcam.pth
396+ architecture :
397+ class : vanilla.CNNModel
398+ kwargs :
399+ backbone : densenet169
400+ num_classes : 2
401+ ioconfig :
402+ class : patch_predictor.IOPatchPredictorConfig
403+ kwargs :
404+ patch_input_shape : [96, 96]
405+ stride_shape : [96, 96]
406+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
407+ dataset : pcam
408+ densenet201-pcam :
409+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/densenet201-pcam.pth
410+ architecture :
411+ class : vanilla.CNNModel
412+ kwargs :
413+ backbone : densenet201
414+ num_classes : 2
415+ ioconfig :
416+ class : patch_predictor.IOPatchPredictorConfig
417+ kwargs :
418+ patch_input_shape : [96, 96]
419+ stride_shape : [96, 96]
420+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
421+ dataset : pcam
422+ mobilenet_v2-pcam :
423+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/mobilenet_v2-pcam.pth
424+ architecture :
425+ class : vanilla.CNNModel
426+ kwargs :
427+ backbone : mobilenet_v2
428+ num_classes : 2
429+ ioconfig :
430+ class : patch_predictor.IOPatchPredictorConfig
431+ kwargs :
432+ patch_input_shape : [96, 96]
433+ stride_shape : [96, 96]
434+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
435+ dataset : pcam
436+ mobilenet_v3_large-pcam :
437+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/mobilenet_v3_large-pcam.pth
438+ architecture :
439+ class : vanilla.CNNModel
440+ kwargs :
441+ backbone : mobilenet_v3_large
442+ num_classes : 2
443+ ioconfig :
444+ class : patch_predictor.IOPatchPredictorConfig
445+ kwargs :
446+ patch_input_shape : [96, 96]
447+ stride_shape : [96, 96]
448+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
449+ dataset : pcam
450+ mobilenet_v3_small-pcam :
451+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/mobilenet_v3_small-pcam.pth
452+ architecture :
453+ class : vanilla.CNNModel
454+ kwargs :
455+ backbone : mobilenet_v3_small
456+ num_classes : 2
457+ ioconfig :
458+ class : patch_predictor.IOPatchPredictorConfig
459+ kwargs :
460+ patch_input_shape : [96, 96]
461+ stride_shape : [96, 96]
462+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
463+ dataset : pcam
464+ googlenet-pcam :
465+ url : https://tiatoolbox.dcs.warwick.ac.uk/models/pc/googlenet-pcam.pth
466+ architecture :
467+ class : vanilla.CNNModel
468+ kwargs :
469+ backbone : googlenet
470+ num_classes : 2
471+ ioconfig :
472+ class : patch_predictor.IOPatchPredictorConfig
473+ kwargs :
474+ patch_input_shape : [96, 96]
475+ stride_shape : [96, 96]
476+ input_resolutions : [{"resolution": 1.0, "units": "mpp"}]
477+ dataset : pcam
478+
240479resnet18-idars-tumour :
241480 url : https://tiatoolbox.dcs.warwick.ac.uk/models/idars/resnet18-idars-tumour.pth
242481 architecture :
0 commit comments