-
Notifications
You must be signed in to change notification settings - Fork 63
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
Some problem when show 3d box #12
Comments
@xiaoMrzhang I meet the same question, why? |
I have no idea, may be somethings wrong in output decode. |
Hi @xiaoMrzhang |
Thanks for reply @maudzung |
I feel this problem is more serious in images with some cars truncated by the image border. One part of the code is to match points in vertex from heatmaps to vertex from center+offset. If some keypoints are truncated by the image border, I feel like the global matching algorithm simply fails. Maybe we still need to improve the matching steps? I also have tried training and testing with only offsets and not corners. It can do perfectly in the training set and intuitively does not generalize well to the validation set as good as heatmap-based predictions. So all in all, imao, the problem could be
|
@maudzung |
I have trained this model and try to show detection result on image. The 2D bounding box seems grate but 3D bounding box looks so bad. I just draw 8 points of 3D bounding box and find some objects used same point. Have you meet same question?
The text was updated successfully, but these errors were encountered: