tyagi-iiitv / PointPillars

GNU General Public License v3.0
105 stars 47 forks source link

Inconsistent units of Bounding Box Yaws #4

Closed tyagi-iiitv closed 2 years ago

tyagi-iiitv commented 3 years ago

In config.py the anchor boxes orientation is in radians, but in point_pillars_test.py the yaws are in degrees. These values are used in the IoU computation, which uses std::cos and std::sin operations, so the units should be all in radians for the code to work properly.