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

Some problem when show 3d box #12

Open
xiaoMrzhang opened this issue Oct 20, 2020 · 6 comments
Open

Some problem when show 3d box #12

xiaoMrzhang opened this issue Oct 20, 2020 · 6 comments

Comments

@xiaoMrzhang
Copy link

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?

@DMing11
Copy link

DMing11 commented Oct 22, 2020

@xiaoMrzhang I meet the same question, why?

@xiaoMrzhang
Copy link
Author

@xiaoMrzhang I meet the same question, why?

I have no idea, may be somethings wrong in output decode.
@maudzung

@maudzung
Copy link
Owner

Hi @xiaoMrzhang
I think there may no bugs in the decoding process.
As I mention in the pinned issued, 3D bounding boxes are optimized with 1 more step. Please take a look at the issue here. Welcome to contribute to the repo. Thanks!

@xiaoMrzhang
Copy link
Author

Thanks for reply @maudzung
I think the 3D keypoint should look like more better even without optomized. And I have visualized the bounding box point and see two car shared one point, that's too strange.

@Owen-Liuyuxuan
Copy link

Owen-Liuyuxuan commented Oct 25, 2020

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

@liulingfeng123
Copy link

@maudzung
I have some questions I want to ask you, can you add the following contact information? This is my email:[email protected]. looking forward to your reply

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

5 participants