chaitanya100100 / TailorNet

Code for our CVPR 2020 (ORAL) paper - TailorNet: Predicting Clothing in 3D as a Function of Human Pose, Shape and Garment Style.
https://virtualhumans.mpi-inf.mpg.de/tailornet/
Other
408 stars 67 forks source link

Environment Requirement #13

Closed Amazingren closed 3 years ago

Amazingren commented 3 years ago

Hi, It may be useful and more convenient for others like me(green hand in this field) if you could please provide the environment requirements in detail such as:

Best,

chaitanya100100 commented 3 years ago

The repo doesn't use any library which is in development. So installing the latest versions would work. This repo was tested with latest versions of the libraries: psbody.mesh v0.4 , pytorch >= v1.0 , chumpy v0.7 , scipy v1.3 . There is no separate cuda requirement as long as proper pytorch is installed. Let me know if any latest library is not working.

x2z2x2x2 commented 3 years ago

The repo doesn't use any library which is in development. So installing the latest versions would work. This repo was tested with latest versions of the libraries: psbody.mesh v0.4 , pytorch >= v1.0 , chumpy v0.7 , scipy v1.3 . There is no separate cuda requirement as long as proper pytorch is installed. Let me know if any latest library is not working.

Hi, When I run run_tailornet.py,there are an AttributeError: 'scipy.spatial.transform.rotation.Rotation' object has no attribute 'as_dcm',when it runing in File "/home/user/quan/TailorNet-master/visualization/blender_renderer.py", line 73, in get_rotmat return s.as_dcm().The scipy version which I used is 1.6.2.Could you know what should I do? Thanks!

x2z2x2x2 commented 3 years ago

Like this: image

chaitanya100100 commented 3 years ago

As noted in https://github.com/chaitanya100100/TailorNet/issues/13#issuecomment-757443982 , scipy 1.3 works.

x2z2x2x2 commented 3 years ago

Thanks