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
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Allow in the method predict of the ObjectDetector to specify the parameter detection_threshold that is used to filter the bounding box in base of the confidence of the model
Motivation
In Icevision is possible to specify the detection_threshold that is used to filter the bounding box predicted by the model. If it's not specified the value is set to default at 0.5. Instead using ObjectDetector is not allow to specify this parameter and then the prediction are always filtered using the default threshold
Pitch
Allow to specify a custom value for the threshold used to filter the bounding boxes
Alternatives
Additional context
This is a screenshot of the predict method used in Icevision. If you agree that is can be useful to add this functionality I can work on it and open a PR
The text was updated successfully, but these errors were encountered:
Hi @ethanwharris I have done the changes, I think in the same way as you have suggested. I have opened a pull request, so let me know if you think it's ok or must be done in a different way :)
🚀 Feature
Allow in the method predict of the ObjectDetector to specify the parameter detection_threshold that is used to filter the bounding box in base of the confidence of the model
Motivation
In Icevision is possible to specify the detection_threshold that is used to filter the bounding box predicted by the model. If it's not specified the value is set to default at 0.5. Instead using ObjectDetector is not allow to specify this parameter and then the prediction are always filtered using the default threshold
Pitch
Allow to specify a custom value for the threshold used to filter the bounding boxes
Alternatives
Additional context
This is a screenshot of the predict method used in Icevision. If you agree that is can be useful to add this functionality I can work on it and open a PR
The text was updated successfully, but these errors were encountered: