yz-cnsdqz / PSI-release

official implementation of CVPR'20 oral paper: Generating 3D People in Scenes without People.: https://ps.is.tuebingen.mpg.de/publications/smpl-x-conditional-vae-prox-scene-constraints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Body visualization problem

cuiyuexin opened this issue · comments

Hello!~

So sorry to bother you! Now I've installed all the packages in the requirements file (except psbody-mesh and pkg-resources). I met a problem when I run "demo.ipynb" (jupyter notebook in firefox browser). The visualization before geometry-aware fitting shows nothing but blank space but there is no bug. Is this because that I failed to install psbody-mesh package? When I installed psbody-mesh package, I followed the steps but when I run "make tests", nothing showed in my screen.

My environment: Ubuntu 16.04 + Python 3.7 + PyTorch 1.3.1 + CUDA 10.1

Thank you very much!

Hello!~

So sorry to bother you! Now I've installed all the packages in the requirements file (except psbody-mesh and pkg-resources). I met a problem when I run "demo.ipynb" (jupyter notebook in firefox browser). The visualization before geometry-aware fitting shows nothing but blank space but there is no bug. Is this because that I failed to install psbody-mesh package? When I installed psbody-mesh package, I followed the steps but when I run "make tests", nothing showed in my screen.

My environment: Ubuntu 16.04 + Python 3.7 + PyTorch 1.3.1 + CUDA 10.1

Thank you very much!

sorry that I did not test on all web browsers. In my experience, I use google chrome and it works fine. For visualization in Jupyter notebook, I also follow the open3d instructions. You may find your solutions there.

Thank you for your help! I changed to chrome browser, but still blank after visualizer.show(). Maybe I should refer to open3d for help. But do you think psbody-mesh package necessary in this step?

Thank you for your help! I changed to chrome browser, but still blank after visualizer.show(). Maybe I should refer to open3d for help. But do you think psbody-mesh package necessary in this step?

Not really. psbody-mesh is actually not used there.

I truly appreciate your help! Now I fixed the problem of visualization, without using JVisualizer. The JVisualizer cannot visualize all things simultaneously in my environment.

@cuiyuexin I have a same issue! What did you replace with JVisualizer? I find the plotly library but not implement yet.

@cuiyuexin I solved the problem replacing with plotly.