You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for providing the code. I have a question about the multi-bin classification loss. In the Mono3D paper, it is mentioned that the cross-entropy loss is used for the multi-bin classification of width, height, and length.
However, looking at the code in detection_3d_head.py, I find that it is being used only for angle alpha. Am I understanding the code wrong? Can you please clarify that?
Thank you
The text was updated successfully, but these errors were encountered:
When I try to open-source the code, I made it easier to adapt to other datasets with more classes, so the multi-bin classification for rotation is skipped.
Hi,
Thanks for providing the code. I have a question about the multi-bin classification loss. In the Mono3D paper, it is mentioned that the cross-entropy loss is used for the multi-bin classification of width, height, and length.
However, looking at the code in
detection_3d_head.py
, I find that it is being used only for angle alpha. Am I understanding the code wrong? Can you please clarify that?Thank you
The text was updated successfully, but these errors were encountered: