You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/en/basic_concepts/evaluation.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ In MMOCR, the calculation of `HmeanIOUMetric` can be summarized as the following
60
60
It is worth noting that `pred_score_thrs` will **automatically search** for the **best threshold** within a certain range by default, and users can also customize the search range by manually modifying the configuration file:
61
61
62
62
```python
63
-
# By default, HmeanIOUMetric searches the best threshold within the range [0.3, 1) with a step size of 0.1
0 commit comments