Skip to content

Commit f06bf3b

Browse files
authored
🐛 Fix Model Name Mismatch (#1043)
Naming inconsistency with two model names in the documentation: 1. micronet_hovernet-consep does not exist, but docs/pretrained.rst on pretrained models defines it -> change to micronet-consep as defined in tiatoolbox/data/pretrained_model.yaml 2. hovernet_original_kumar does not exist, but docs/pretrained.rst on pretrained model defines it -> change to hovernet_original-kumar as defined in tiatoolbox/data/pretrained_model.yaml
1 parent 0bf5c28 commit f06bf3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pretrained.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ The input output configuration is as follows:
298298
299299
.. collapse:: Model names
300300

301-
- micronet_hovernet-consep
301+
- micronet-consep
302302

303303

304304
Kumar Dataset
@@ -333,7 +333,7 @@ The input output configuration is as follows:
333333
334334
.. collapse:: Model names
335335

336-
- hovernet_original_kumar
336+
- hovernet_original-kumar
337337

338338
Nucleus Detection
339339
^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)