Skip to content

Commit 6eeb8a2

Browse files
committed
📝 Update docstring
1 parent 2130d90 commit 6eeb8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/models/engine/semantic_segmentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
>>> segmentor = SemanticSegmentor(model="fcn_resnet50_unet-bcss")
3434
>>> wsis = ["slide1.svs", "slide2.svs"]
3535
>>> output = segmentor.run(wsis, patch_mode=False)
36-
36+
>>>
3737
>>> patches = [np.ndarray, np.ndarray]
3838
>>> segmentor = SemanticSegmentor(model="fcn_resnet50_unet-bcss")
3939
>>> output = segmentor.run(patches, patch_mode=True, output_type="dict")

0 commit comments

Comments
 (0)