Fictionarry / TalkingGaussian

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

Cannot finish pre-processing video #16

Closed rawrshah closed 2 months ago

rawrshah commented 2 months ago

Hey!

During pre-process after getting focals I'm getting error

nvrtc: error: invalid value for --gpu-architecture (-arch)

and script finishes with error

FileNotFoundError: [Errno 2] No such file or directory: 'data/bud/track_params.pt'

What can be the cause?

Fictionarry commented 2 months ago

I guess it's raised by pytorch3d. It may be caused by you are using a GPU like RTX 40xx that needs higher version CUDA. If so, you may update pytorch version to 1.13.1 + CUDA 11.7 or higher.