Closed Amazingren closed 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.
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!
Like this:
As noted in https://github.com/chaitanya100100/TailorNet/issues/13#issuecomment-757443982 , scipy 1.3 works.
Thanks
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,