Fictionarry / TalkingGaussian

[ECCV'24] TalkingGaussian: Structure-Persistent 3D Talking Head Synthesis via Gaussian Splatting
https://fictionarry.github.io/TalkingGaussian/
192 stars 25 forks source link

数据预处理错误 python3 data_utils/process.py /app/TalkingGaussian/data/May/May.mp4 --task 8 #8

Open Tiandishihua opened 2 months ago

Tiandishihua commented 2 months ago

Traceback (most recent call last): File "/app/TalkingGaussian/data_utils/face_tracking/face_tracker.py", line 11, in from render_3dmm import Render_3DMM File "/app/TalkingGaussian/data_utils/face_tracking/render_3dmm.py", line 6, in from pytorch3d.renderer import ( File "/usr/local/lib/python3.10/dist-packages/pytorch3d/renderer/init.py", line 9, in from .blending import ( File "/usr/local/lib/python3.10/dist-packages/pytorch3d/renderer/blending.py", line 12, in from pytorch3d import _C ImportError: /usr/local/lib/python3.10/dist-packages/pytorch3d/_C.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZNK3c107SymBool10guard_boolEPKcl

yulj21 commented 1 month ago

是不是python版本过高了,用作者推荐的3.7.6版本试试呢