williamljb / HumanMultiView

45 stars 16 forks source link

Generated mesh is not properly aligned vertically #5

Open sulgwyn opened 4 years ago

sulgwyn commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

@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 commented 4 years ago

Hi wine3603,

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