result = inference_detector() result do not show bboxes #9278
Answered
by
ZwwWayne
zhaohai3424
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ZwwWayne
Nov 14, 2022
Replies: 1 comment
-
This is because there are no boxes predicted after filtering by the score threshold. Therefore, you can try to make it smaller. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZwwWayne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because there are no boxes predicted after filtering by the score threshold. Therefore, you can try to make it smaller.