V2AI / Det3D

World's first general purpose 3D object detection codebse.
https://arxiv.org/abs/1908.09492
Apache License 2.0
1.5k stars 298 forks source link

How to match multiple anchors with one class? #127

Closed Chi-Zaozao closed 3 years ago

Chi-Zaozao commented 4 years ago

How to match multiple anchors with one class?

poodarchu commented 3 years ago

you can modify the matching logic here: https://github.com/poodarchu/Det3D/blob/master/det3d/core/anchor/target_assigner.py#L80