-
Prerequisite
💬 Describe the reimplementation questionsDeformable detr predicts num_queries bbox with confidence and corrdinates, however, the max score of boxes is always very slow, often below 0.4. How can I increase the score of bboxes? Environment。 Expected resultsNo response Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
ZwwWayne
Oct 28, 2022
Replies: 2 comments
-
Did you use the pre-trained model provided in mmdetection? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Because the detector uses Focal loss, it is common that the scores of boxes are low. |
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
Because the detector uses Focal loss, it is common that the scores of boxes are low.