CenterNet icon indicating copy to clipboard operation
CenterNet copied to clipboard

Could someone explain alpha_to_8 functions to me?

Open yeyangfang opened this issue 3 years ago • 1 comments

In rc/lib/datasets/sample/ddd.py, there is a function def _alpha_to_8(self, alpha) I am a little confused about this function. Could someone explain this to me? What's the range for input alpha? Furthermore, how to model orientation in ddd detection?

yeyangfang avatar Feb 26 '21 09:02 yeyangfang

It is the conversion of alpha (in radians) to 8 scalars across 2 bins.

kshashankrao avatar Aug 24 '23 07:08 kshashankrao