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
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: