zju3dv / animatable_nerf

Code for "Animatable Implicit Neural Representations for Creating Realistic Avatars from Videos" TPAMI 2024, ICCV 2021
Other
493 stars 50 forks source link

When install the libraries pointnet2 and PCPR to run NHR and NT, some errors occur: #49

Closed XuqianRen closed 1 year ago

XuqianRen commented 1 year ago

Hi, when I want to install the pointnet2 and PCPR libraries to run the code in your project, I met these problems:

  1. Although I had installed the pointnet2 successfully, when I run the code, it occurred this error:

image

  1. When I try to install the PCPR, I can't install it successfully. image

How can I install them and run the code successfully? Thanks.

pengsida commented 1 year ago

Please install Python 3.7 and torch==1.4.0+cu100, and then try it.

image