Closed
Description
here force the range of angle of ground truth to be -90 ~ 90
https://github.com/duanzhiihao/RAPiD/blob/master/datasets.py#L93
but here is to predict angle in range of -180 ~ 180 ( I guess what the '360' means )
https://github.com/duanzhiihao/RAPiD/blob/master/models/rapid.py#L302
and here directly use the angle of ground truth
https://github.com/duanzhiihao/RAPiD/blob/master/models/rapid.py#L306
does the angle need to be normalized to -90 ~ 90, i.e., 180 -> 90, 90 -> 45 ?
or the range of angle of ground truth is changed to be -180 ~ 180 ?
if I missed something, plz let me know.
Metadata
Metadata
Assignees
Labels
No labels