Skip to content

Commit

Permalink
Documentation typo, and missing value (obss#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamzalopode committed Mar 29, 2023
1 parent 1a335ab commit 26acb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sahi/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def predict(
Default to ``0.2``.
postprocess_type: str
Type of the postprocess to be used after sliced inference while merging/eliminating predictions.
Options are 'NMM', 'GRREDYNMM' or 'NMS'. Default is 'GRREDYNMM'.
Options are 'NMM', 'GREEDYNMM', 'LSNMS' or 'NMS'. Default is 'GRREDYNMM'.
postprocess_match_metric: str
Metric to be used during object prediction matching after sliced prediction.
'IOU' for intersection over union, 'IOS' for intersection over smaller area.
Expand Down

0 comments on commit 26acb89

Please sign in to comment.