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

Generated mesh is not properly aligned vertically #5

Open
sulgwyn opened this issue Mar 17, 2020 · 3 comments
Open

Generated mesh is not properly aligned vertically #5

sulgwyn opened this issue Mar 17, 2020 · 3 comments

Comments

@sulgwyn
Copy link

sulgwyn commented Mar 17, 2020

res_

I used four different views of an image to generate a 3d mesh. However, the mesh is tilted forward. Any advise on fixing it?

@williamljb
Copy link
Owner

Hi sulgwyn,

This is because the outputted global rotation is not perpendicular to the y-axis. You can visualize the results using global rotations from the other views. Specifically, here it should output #views different visualization results so that you can see the 3D mesh as posed the same as the corresponding input view.

@wine3603
Copy link

wine3603 commented Apr 1, 2020

@sulgwyn Hi man, how did you visualize this 3D smpl mod?
when I run this demo, I get literations done but one error with the show.obj:
IOError: [Errno 2] No such file or directory: '/nfshomes/liangjb/Downloads/show.obj'
could you help me to figure it out and
How did you guys make the visualizers?

@williamljb
Copy link
Owner

Hi wine3603,

These lines output the object mesh only for debugging purposes. You can simply comment out Line 84-89, and 157-165.

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

3 participants