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

Thank you. You did not implement the 3D parameters Construction? #4

Open
youjianghuang opened this issue Oct 14, 2018 · 2 comments
Open

Comments

@youjianghuang
Copy link

Why?

@youjianghuang
Copy link
Author

and how to?

@sunset1995
Copy link
Owner

Hi @youjianghuang
I assume you mean "3D Layout Parameter Regressor" branch in their network architectures.
According to LayoutNet paper, with or without that branch seem trivial in their framework:

  • "We observed that the 3D regressor is not accurate"
  • "Training with 3D regressor has a small impact"

To implement it, you probably need:

  1. Implement a regression network which take B x 4 x 512 x 1024 tensor as input and output B x 6 3D parameters
  2. Concat y_edg_ and y_cor_ then feed it to regression network
  3. Prepare 3D parameters dataset from official ground truth data

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

2 participants