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

Question on generating the ground truth w0 #3

Closed
yanconglin opened this issue Jan 25, 2021 · 3 comments
Closed

Question on generating the ground truth w0 #3

yanconglin opened this issue Jan 25, 2021 · 3 comments
Labels
question Further information is requested

Comments

@yanconglin
Copy link

yanconglin commented Jan 25, 2021

HI, Yichao,

I am having some trouble understading this line:
https://github.com/zhou13/symmetrynet/blob/830bd9430c1750d31faffba60e18b075374c1b42/sym/datasets.py#L95

If I understand correctly, w0 is the the ground truth w. As you mentioned the shapenet objects are symmetrically aligned w.r.t Y-Z (x=0) plane, I suppose this line should be w0_ = LA.inv(RT).T @ np.array([1, 0, 0, 0]). Or am I completely wrong?

BTW, many congrats on your promotion! Impressive work!
Looking forward to your reply.

Yancong

@zhou13
Copy link
Owner

zhou13 commented Jan 25, 2021

Hi Yancong,

Thanks for asking. The problem here is that ShapeNet releases in the obj format and it seems that obj wavefront specification only says things about "forward direction" and "upward direction" rather than xyz axes. Therefore, different software has different mapping for xyz for obj files: See the difference between blender and meshlab:

image

The implementation here uses the blender convention. We will update the paper accordingly to avoid confusion. Nice catch!

Best,
Yichao Zhou

@zhou13 zhou13 added the question Further information is requested label Jan 25, 2021
@yanconglin
Copy link
Author

Thanks very much for your answer! I will look into the details. Issue closed for now.

@njnj0314
Copy link

njnj0314 commented Oct 3, 2021

Hello, I recently read this paper, download the dataset encountered some problems, please ask you have this paper dataset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants