ShenhanQian / GaussianAvatars

[CVPR 2024 Highlight] The official repo for "GaussianAvatars: Photorealistic Head Avatars with Rigged 3D Gaussians"
https://shenhanqian.github.io/gaussian-avatars
Other
613 stars 93 forks source link

ValueError: too many values to unpack (expected 2) #42

Closed wkxNiubi closed 7 months ago

wkxNiubi commented 7 months ago

Hello author, sorry to bother you. During the training step, I encountered the following problem:

Loading Test Cameras [27/04 15:01:33] 100%|█████████████████████████████████████| 2496/2496 [00:00<00:00, 4829.53it/s] Number of points at initialisation: 10144 [27/04 15:01:36] Training progress: 0%| | 0/600000 [00:00<?, ?it/s]Traceback (most recent call last): File "/home1/stu/wkx/GaussianAvatars-main/train.py", line 350, in training(lp.extract(args), op.extract(args), pp.extract(args), args.test_iterations, args.save_iterations, args.checkpoint_iterations, args.start_checkpoint, args.debug_from) File "/home1/stu/wkx/GaussianAvatars-main/train.py", line 124, in training render_pkg = render(viewpoint_cam, gaussians, pipe, background) File "/home1/stu/wkx/GaussianAvatars-main/gaussian_renderer/init.py", line 86, in render rendered_image, radii = rasterizer( ValueError: too many values to unpack (expected 2) Training progress: 0%| | 0/600000 [00:40<?, ?it/s]

I followed the steps step by step, but where did the problem occur? Could you please answer this question?

ljwovo commented 2 months ago

May I ask how you solved this problem back there?