bharat-b7 / MultiGarmentNetwork

Repo for "Multi-Garment Net: Learning to Dress 3D People from Images, ICCV'19"
282 stars 65 forks source link

Issue running dress_SMPL.py #64

Closed hshreeshail closed 2 years ago

hshreeshail commented 2 years ago

I am able to run dress_SMPL.py successfully. However, I only see the "Done" message on the terminal and nothing else happens. I am running the code on an Ubuntu 18.04 VM. Is there some GUI based software that is supposed to run when running dress_SMPL.py?

hshreeshail commented 2 years ago

Note that I am running the command: xvfb-run -a python dress_SMPL.py to suppress OpenGL's screen requirement. When I simply run python dress_SMPL.py, I get the following error message: freeglut (foo): failed to open display

hshreeshail commented 2 years ago

I also tried running python dress_SMPL.py with X11 Forwarding enabled. There is no error, but there also isn't any GUI output. There is only the "Done" message on the CLI. Do I need to install something on the client side as well to see the OpenGL output?

hshreeshail commented 2 years ago

While X11 forwarding still didn't work for me. I just installed Mesh locally. I save the .obj files on the VM and visualize it on my local machine.