Fictionarry / ER-NeRF

[ICCV'23] Efficient Region-Aware Neural Radiance Fields for High-Fidelity Talking Portrait Synthesis
https://fictionarry.github.io/ER-NeRF/
MIT License
893 stars 124 forks source link

error when face tracking #114

Open SavageVic opened 6 months ago

SavageVic commented 6 months ago

(ernerf) root@autodl-container-ea5a488e8d-86f88d50:/home/aigc/ER-NeRF# python data_utils/process.py data/vic/vic.mp4 --task 8 [INFO] ===== perform face tracking ===== Traceback (most recent call last): File "/home/aigc/ER-NeRF/data_utils/face_tracking/face_tracker.py", line 11, in from render_3dmm import Render_3DMM File "/home/aigc/ER-NeRF/data_utils/face_tracking/render_3dmm.py", line 6, in from pytorch3d.renderer import ( File "/root/miniconda3/envs/ernerf/lib/python3.10/site-packages/pytorch3d/renderer/init.py", line 7, in from .blending import ( File "/root/miniconda3/envs/ernerf/lib/python3.10/site-packages/pytorch3d/renderer/blending.py", line 10, in from pytorch3d import _C ImportError: libc10_cuda.so: cannot open shared object file: No such file or directory [INFO] ===== finished face tracking =====

how to fix it?

thanks a million

SavageVic commented 6 months ago

I checked cuda not avaialbe. I turned to the cloud server customer support, he shared that there is a bug when installing pytorch with conda, he suggested to use pip to install pytorch.

zzy419 commented 3 months ago

I used pip to install pytorch but can't fix it.