-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does the 3d wbf support rotation? #24
Comments
3D WBF only supports rectangular parallelepipeds as input, given as 2 opposite corners (x1, y1, z1) and (x2, y2, z2). If you can convert your 3D boxes in this format you are good. |
@ZFTurbo thanks for your quick reply ,I still not so sure why we need to normalize all the coordinate |
Actually algorithm will work without normalization (in this case you need to remove checks and sligtly remade IoU calculation). But anyway it will require rectangular parallelepipeds as input. |
@ZFTurbo thanks a lot, I still have one more question about the parameter"weights". Is it used to change the orginial score |
Weights needed to say which model predictions are more important. By default all weights equal to 1. |
Is there any implementation of yaw angle fusion in 3d boxes...? |
Hello, did you find a solution? thanks |
Hello, did you find a solution? thanks |
most of the 3d object-detector need to predict a heading angle(yaw angle),but is seems that the 3d wbf don't use it
and another problem is the normalization,.by 2D case it is quite easy because we just need to divided by width and height,
but 3D detection are the coordinate in real world with respect to camera coordinate(not just image plane)
The text was updated successfully, but these errors were encountered: