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
906 stars 125 forks source link

3DMM converting error #7

Closed sunwoo76 closed 12 months ago

sunwoo76 commented 12 months ago

File "/home/ER-NeRF/data_utils/face_tracking/convert_BFM.py", line 5, in <module> sub_inds = np.load("3DMM/topology_info.npy", allow_pickle=True).item()["sub_inds"] File "/home/anaconda3/envs/ernerf/lib/python3.10/site-packages/numpy/lib/npyio.py", line 443, in load raise pickle.UnpicklingError( _pickle.UnpicklingError: Failed to interpret file '3DMM/topology_info.npy' as a pickle
python conver.py command makes the errors above. As I think, the topology_info.npy file has a problem.

How can this issue be addressed?

Thanks!

sunwoo76 commented 12 months ago

This caused with a porblem of "wget" !