Skip to content

Commit 1882dd4

Browse files
committed
docs: fix typo in seg quick start docs
1 parent d87d6a2 commit 1882dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user_guide/seg/getting_started_seg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Available segmentation model architectures are:
1414

1515

1616
```python
17-
from histolytics.models.cellpose_panoptic import CellPosePanoptic
17+
from histolytics.models.cellpose_panoptic import CellposePanoptic
1818
# from histolytics.models.hovernet_panoptic import HoverNetPanoptic
1919
# from histolytics.models.stardist_panoptic import StardistPanoptic
2020

2121

22-
model = CellPosePanoptic.from_pretrained("hgsc_v1_efficientnet_b5")
22+
model = CellposePanoptic.from_pretrained("hgsc_v1_efficientnet_b5")
2323
# model = HoverNetPanoptic.from_pretrained("hgsc_v1_efficientnet_b5")
2424
# model = StardistPanoptic.from_pretrained("hgsc_v1_efficientnet_b5")
2525
```

0 commit comments

Comments
 (0)