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
Problem Description
We are taking the confidence thresholds as input at object_detection/config/params.yaml but we have not implemented it as of now.
Add the code to filter out predictions having less confidence value than the one mentioned by the user.
The text was updated successfully, but these errors were encountered:
Problem Description
We are taking the confidence thresholds as input at
object_detection/config/params.yaml
but we have not implemented it as of now.Add the code to filter out predictions having less confidence value than the one mentioned by the user.
The text was updated successfully, but these errors were encountered: