File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -868,6 +868,16 @@ nuclick_original-pannuke:
868868 kwargs :
869869 num_input_channels : 5
870870 num_output_channels : 1
871+ ioconfig :
872+ class : semantic_segmentor.IOSegmentorConfig
873+ kwargs :
874+ input_resolutions :
875+ - {'units': 'baseline', 'resolution': 0.25}
876+ output_resolutions :
877+ - {'units': 'baseline', 'resolution': 0.25}
878+ patch_input_shape : [128, 128]
879+ patch_output_shape : [128, 128]
880+ save_resolution : {'units': 'baseline', 'resolution': 1.0}
871881
872882nuclick_light-pannuke :
873883 url : https://tiatoolbox.dcs.warwick.ac.uk/models/seg/nuclick_unet-pannuke.pth
@@ -878,5 +888,15 @@ nuclick_light-pannuke:
878888 num_output_channels : 1
879889 encoder : " unet"
880890 encoder_levels : [32, 64, 128, 256]
881- decoder_block : (3,)
882- skip_type : ' concat'
891+ decoder_block : [3,3]
892+ skip_type : " add"
893+ ioconfig :
894+ class : semantic_segmentor.IOSegmentorConfig
895+ kwargs :
896+ input_resolutions :
897+ - {'units': 'baseline', 'resolution': 0.25}
898+ output_resolutions :
899+ - {'units': 'baseline', 'resolution': 0.25}
900+ patch_input_shape : [128, 128]
901+ patch_output_shape : [128, 128]
902+ save_resolution : {'units': 'baseline', 'resolution': 1.0}
You can’t perform that action at this time.
0 commit comments