How does Yolox assign FPN levels to ground-truth boxes? #1479
Unanswered
andrew-quaisley
asked this question in
Q&A
Replies: 1 comment
-
I just add info. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the arXiv paper, it states: "We assign the center location of each object as the positive sample and pre-define a scale range, as done in [29], to designate the FPN level for each object." [29] is the FCOS paper here: https://arxiv.org/pdf/1904.01355.pdf. When I read this, I understood it to mean that ground-truth boxes are assigned an FPN level based on their size, and a prediction will only be matched to the ground-truth box if it comes from the corresponding FPN level. However, I don't see where this is happening in the code! Is this actually happening, or have I misunderstood something? I want to know how the boxes get assigned to FPN levels for a semi-supervised version of Yolox I'm working on. Can anyone help? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions