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.
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.