MrTornado24 / Next3D

[CVPR 2023 Highlight] Next3D: Generative Neural Texture Rasterization for 3D-Aware Head Avatars
https://mrtornado24.github.io/Next3D/
470 stars 29 forks source link

which version is the pytorch3d's ? #35

Closed aurelianocyp closed 8 months ago

aurelianocyp commented 8 months ago

hello, I met a problem that the pytorch3d can not installed successfully, which version do you adopt

MrTornado24 commented 8 months ago

Hi, I updated my environment and I use 0.7.4 now. Older versions may also work. How did you install it?

aurelianocyp commented 8 months ago

@MrTornado24 thanks for your reply, I have solved this problem, I use 0.7.5. my install is just like this:

git clone https://github.com/facebookresearch/pytorch3d.git
cd pytorch3d && pip install -e .

I just use Ubuntu 18.04 instead of 20.04, then, it succeeded.