korrawe / harp

HARP: Personalized Hand Reconstruction from a Monocular RGB Video
70 stars 10 forks source link

Requirements for environment installation #2

Closed anonymous-pusher closed 1 year ago

anonymous-pusher commented 1 year ago

Hello,

There were some issues when setting up the environment for the repo. First, the requirements.txt file mentions that the pytorch3d version used is 0.5.0 but in renderer_helper there is an import of ShaderBase from pytorch3d.renderer.mesh.shader which was introduced in version 0.6.2 if I'm not mistaken.

Anyway, here are the steps I used to create the environment, they might be useful:

korrawe commented 1 year ago

Thank you so much for checking and providing clear instructions! The version of pytorch3D is indeed wrong as I push the previous requrements.txt instead of the most recent one. I now updated the readme following your suggestion.