Weighted-Boxes-Fusion icon indicating copy to clipboard operation
Weighted-Boxes-Fusion copied to clipboard

does the 3d wbf support rotation?

Open JianWu313 opened this issue 4 years ago • 8 comments

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)

JianWu313 avatar Jan 29 '21 08:01 JianWu313

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 avatar Jan 29 '21 08:01 ZFTurbo

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

JianWu313 avatar Jan 29 '21 08:01 JianWu313

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 avatar Jan 29 '21 08:01 ZFTurbo

@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)

JianWu313 avatar Jan 29 '21 09:01 JianWu313

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

ZFTurbo avatar Jan 29 '21 09:01 ZFTurbo

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

xs-alt avatar Apr 26 '21 06:04 xs-alt

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

Hello, did you find a solution? thanks @bringBackm

vincentt1999 avatar May 02 '22 07:05 vincentt1999

@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

vincentt1999 avatar May 02 '22 07:05 vincentt1999