KU-CVLAB / GaussianTalker

Official implementation of “GaussianTalker: Real-Time High-Fidelity Talking Head Synthesis with Audio-Driven 3D Gaussian Splatting” by Kyusun Cho, Joungbin Lee, Heeji Yoon, Yeobin Hong, Jaehoon Ko, Sangjun Ahn and Seungryong Kim
Other
189 stars 21 forks source link

Error when Inference with custom audio #24

Closed rawrshah closed 1 week ago

rawrshah commented 1 week ago

Hello!

Having error while Inferencing with custom audio.

total frame: 449 [20/06 12:24:24] FPS: 97.33466045638134 [20/06 12:24:24] Traceback (most recent call last): File "render.py", line 233, in render_sets(model.extract(args), hyperparam.extract(args), args.iteration, pipeline.extract(args), args) File "render.py", line 168, in render_sets render_set(dataset.model_path, "custom", scene.loaded_iter, scene.getCustomCameras(), gaussians, pipeline, audio_dir, batch_size) File "render.py", line 137, in render_set cmd = f'ffmpeg -loglevel quiet -y -i {render_path}/renders.mp4 -i {inf_audio_dir} -c:v copy -c:a aac {render_path}/{modelpath.split("/")[-2]}{name}_{iteration}iter_renders.mov' IndexError: list index out of range

What may cause this error?