We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2130d90 commit 6eeb8a2Copy full SHA for 6eeb8a2
tiatoolbox/models/engine/semantic_segmentor.py
@@ -33,7 +33,7 @@
33
>>> segmentor = SemanticSegmentor(model="fcn_resnet50_unet-bcss")
34
>>> wsis = ["slide1.svs", "slide2.svs"]
35
>>> output = segmentor.run(wsis, patch_mode=False)
36
-
+>>>
37
>>> patches = [np.ndarray, np.ndarray]
38
39
>>> output = segmentor.run(patches, patch_mode=True, output_type="dict")
0 commit comments