Skip to content

Commit 57684c6

Browse files
committed
docs: fix typos
1 parent 1882dd4 commit 57684c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user_guide/seg/getting_started_seg.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ Pre-trained weights can be found on the [histolytics model hub](https://huggingf
66

77
Available segmentation model architectures are:
88

9-
- `CellPosePanoptic`
9+
- `CellposePanoptic`
1010
- `HoverNetPanoptic`
11-
- `StardistPanoptic`
11+
- `StarDistPanoptic`
1212
- `CellVitPanoptic`
1313
- `CPPNetPanoptic`
1414

1515

1616
```python
1717
from 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

2222
model = 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

0 commit comments

Comments
 (0)