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

3D Box Regression problem #5

Open
weisili2016 opened this issue Feb 28, 2018 · 3 comments
Open

3D Box Regression problem #5

weisili2016 opened this issue Feb 28, 2018 · 3 comments

Comments

@weisili2016
Copy link

hi,
in your code , global object orientation is regressed by CNN , from only the contents of the 2D detection result,
but , I found that the author of the paper[https://arxiv.org/abs/1612.00496] suggested that ,local orientation is regressed.
Did I get it wrong?

@weisili2016 weisili2016 changed the title 3D Box Regression problme 3D Box Regression problem Feb 28, 2018
@experiencor
Copy link
Owner

Can you point me to the lines to those 2 statements? It's so long that I forget most of the details.

@weisili2016
Copy link
Author

weisili2016 commented Mar 1, 2018

@experiencor
3D Box Regression.ipynb

///////////Preprocessing stuff///////////////
def compute_anchors(angle): ///input angle
anchors = []
wedge = 2.*np.pi/BIN
l_index = int(angle/wedge)
r_index = l_index + 1
......
What does the input angle mean? global object orientation or local orientation

@experiencor
Copy link
Owner

I think it's the local orientation described in Figure 3 of the paper.

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