-
I found a little bug in sim-ota code
In sim-OTA, if dynamic_k == 1, it will cause no point is matched to some gt-box in some probility? Why use this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We followed the official implementation of YOLOX. And actually, one point should only match one gt, otherwise, it will cause ambiguity in the regression branch. |
Beta Was this translation helpful? Give feedback.
We followed the official implementation of YOLOX. And actually, one point should only match one gt, otherwise, it will cause ambiguity in the regression branch.