File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,22 @@ Pre-trained weights can be found on the [histolytics model hub](https://huggingf
66
77Available segmentation model architectures are:
88
9- - ` CellPosePanoptic `
9+ - ` CellposePanoptic `
1010- ` HoverNetPanoptic `
11- - ` StardistPanoptic `
11+ - ` StarDistPanoptic `
1212- ` CellVitPanoptic `
1313- ` CPPNetPanoptic `
1414
1515
1616``` python
1717from histolytics.models.cellpose_panoptic import CellposePanoptic
1818# from histolytics.models.hovernet_panoptic import HoverNetPanoptic
19- # from histolytics.models.stardist_panoptic import StardistPanoptic
19+ # from histolytics.models.stardist_panoptic import StarDistPanoptic
2020
2121
2222model = CellposePanoptic.from_pretrained(" hgsc_v1_efficientnet_b5" )
2323# model = HoverNetPanoptic.from_pretrained("hgsc_v1_efficientnet_b5")
24- # model = StardistPanoptic .from_pretrained("hgsc_v1_efficientnet_b5")
24+ # model = StarDistPanoptic .from_pretrained("hgsc_v1_efficientnet_b5")
2525```
2626
2727## 2. Run inference for one image
You can’t perform that action at this time.
0 commit comments