voxelnet icon indicating copy to clipboard operation
voxelnet copied to clipboard

There is a problem in the 3D box when evaluating

Open S171000857 opened this issue 5 years ago • 2 comments

When viewing the 3D box through the tensorboard, there are a few extra lines that appear to be very strange, and only a few images appear on this issue, with two image attached below. Have you encountered the same situation? How to solve this problem? thank you very much!

image

image

S171000857 avatar Mar 14 '19 05:03 S171000857

I get the same problem.If you solved it, please tell me.Thank u

z393 avatar Mar 14 '19 08:03 z393

Hello, the reason why the drawn 3D box is wrong is because the vertices of the frame are beyond the limits of the drawing, the points projected onto the image drift, and the resulting lines are wrong. You can solve the problem by adding a judgment statement and filtering out the out of bounds box.

S171000857 avatar Mar 22 '19 13:03 S171000857