Skip to content
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

Open
JianWu313 opened this issue Jan 29, 2021 · 8 comments
Open

does the 3d wbf support rotation? #24

JianWu313 opened this issue Jan 29, 2021 · 8 comments

Comments

@JianWu313
Copy link

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)

@ZFTurbo
Copy link
Owner

ZFTurbo commented Jan 29, 2021

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.

@JianWu313
Copy link
Author

@ZFTurbo thanks for your quick reply ,I still not so sure why we need to normalize all the coordinate

@ZFTurbo
Copy link
Owner

ZFTurbo commented Jan 29, 2021

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.

@JianWu313
Copy link
Author

@ZFTurbo thanks a lot, I still have one more question about the parameter"weights". Is it used to change the orginial score
in each models,for example,w1s1, w2s2, if we have many models ,can we just set all the weights to be 1
(I have found the weights in your paper but don't understand the usage)

@ZFTurbo
Copy link
Owner

ZFTurbo commented Jan 29, 2021

Weights needed to say which model predictions are more important. By default all weights equal to 1.

@bringBackm
Copy link

Is there any implementation of yaw angle fusion in 3d boxes...?

@TianhaoFu
Copy link

TianhaoFu commented May 2, 2022

Is there any implementation of yaw angle fusion in 3d boxes...?

Hello, did you find a solution? thanks
@bringBackm

@TianhaoFu
Copy link

@ZFTurbo thanks a lot, I still have one more question about the parameter"weights". Is it used to change the orginial score in each models,for example,w1_s1, w2_s2, if we have many models ,can we just set all the weights to be 1 (I have found the weights in your paper but don't understand the usage)

Hello, did you find a solution? thanks
@JianWu313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants