megvii-model / YOLOF

MIT License
809 stars 115 forks source link

label assignment problem #42

Open xarryon opened 3 years ago

xarryon commented 3 years ago

Thanks for the authors' contributions. I have the problem about uniform matching. For example, assuming that Two Objects are close, the anchors around the two adjacent objects will be assigned the information of the two object at the same time. How to solve this problem ?

ytoon commented 2 years ago

Does such situation happen frequently in your task? In general, the situation hardly happens in real application. If it happened, you could set a rule to assign the anchor to only one object.