yerfor / GeneFace

GeneFace: Generalized and High-Fidelity 3D Talking Face Synthesis; ICLR 2023; Official code
MIT License
2.52k stars 294 forks source link

ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory #229

Open Anthony0u opened 11 months ago

Anthony0u commented 11 months ago

(process_lrs3) root@autodl-container-c49d4d860b-9ff62b42:~/GeneFace-1.1.0# CCUDA_VISSIBLE_DEVICES=0 python deep_3drecon/test.py Traceback (most recent call last): File "deep_3drecon/test.py", line 67, in opt = TestOptions().parse() # get test options File "/root/GeneFace-1.1.0/deep_3drecon/options/base_options.py", line 124, in parse opt = self.gather_options() File "/root/GeneFace-1.1.0/deep_3drecon/options/base_options.py", line 73, in gather_options model_option_setter = deep_3drecon_models.get_option_setter(model_name) File "/root/GeneFace-1.1.0/deep_3drecon/deep_3drecon_models/init.py", line 50, in get_option_setter model_class = find_model_using_name(model_name) File "/root/GeneFace-1.1.0/deep_3drecon/deep_3drecon_models/init.py", line 33, in find_model_using_name modellib = importlib.import_module(model_filename) File "/root/miniconda3/lib/python3.8/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 848, in exec_module File "", line 219, in _call_with_frames_removed File "/root/GeneFace-1.1.0/deep_3drecon/deep_3drecon_models/facerecon_model.py", line 8, in from .bfm import ParametricFaceModel File "/root/GeneFace-1.1.0/deep_3drecon/deep_3drecon_models/bfm.py", line 8, in from deep_3drecon.util.load_mats import transferBFM09 File "/root/GeneFace-1.1.0/deep_3drecon/init.py", line 1, in from .reconstructor import * File "/root/GeneFace-1.1.0/deep_3drecon/reconstructor.py", line 9, in from .deep_3drecon_models.facerecon_model import FaceReconModel File "/root/GeneFace-1.1.0/deep_3drecon/deep_3drecon_models/facerecon_model.py", line 11, in from deep_3drecon.util.mesh_renderer import MeshRenderer File "/root/GeneFace-1.1.0/deep_3drecon/util/mesh_renderer.py", line 4, in import pytorch3d.ops File "/root/miniconda3/lib/python3.8/site-packages/pytorch3d/ops/init.py", line 5, in from .graph_conv import GraphConv File "/root/miniconda3/lib/python3.8/site-packages/pytorch3d/ops/graph_conv.py", line 8, in from pytorch3d import _C ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory

Anthony0u commented 11 months ago

how can I handle this? IS it because of wrong cuda version that not match pytorch3d?

jackyin68 commented 10 months ago

only supports 512x512 and 25 fps videos