Stanford-TML / EDGE

Official PyTorch Implementation of EDGE (CVPR 2023)
https://edge-dance.github.io
MIT License
454 stars 68 forks source link

Could you please upload a environment.yml file or a requirements.txt file. #18

Open Samartha27 opened 1 year ago

Samartha27 commented 1 year ago

Having lots of problems with installation of pytorch3D. It would help all of us who would try to use your repo

wenxuanou commented 8 months ago

For pytorch3D compile problems, I found this issue very useful. By setting PYTORCH3D_NO_NINJA to 1, I finally compiled and installed pytorch3d in my python environment.