You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "train_mouth.py", line 328, 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 "train_mouth.py", line 49, in training
scene = Scene(dataset, gaussians)
File "/root/autodl-tmp/TalkingGaussian/scene/init.py", line 47, in init
scene_info = sceneLoadTypeCallbacks["Blender"](args.source_path, args.white_background, args.eval, args=args)
File "/root/autodl-tmp/TalkingGaussian/scene/dataset_readers.py", line 256, in readNerfSyntheticInfo
test_cam_infos = readCamerasFromTransforms(path, "transforms_val.json", white_background, extension, audio_file, audio_extractor)
File "/root/autodl-tmp/TalkingGaussian/scene/dataset_readers.py", line 211, in readCamerasFromTransforms
talking_dict['blink'] = torch.as_tensor(np.clip(au_blink[frame['img_id']], 0, 2) / 2)
IndexError: index 3612 is out of bounds for axis 0 with size 3612
Traceback (most recent call last):
File "train_mouth.py", line 328, 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 "train_mouth.py", line 49, in training
scene = Scene(dataset, gaussians)
File "/root/autodl-tmp/TalkingGaussian/scene/init.py", line 47, in init
scene_info = sceneLoadTypeCallbacks["Blender"](args.source_path, args.white_background, args.eval, args=args)
File "/root/autodl-tmp/TalkingGaussian/scene/dataset_readers.py", line 256, in readNerfSyntheticInfo
test_cam_infos = readCamerasFromTransforms(path, "transforms_val.json", white_background, extension, audio_file, audio_extractor)
File "/root/autodl-tmp/TalkingGaussian/scene/dataset_readers.py", line 211, in readCamerasFromTransforms
talking_dict['blink'] = torch.as_tensor(np.clip(au_blink[frame['img_id']], 0, 2) / 2)
IndexError: index 3612 is out of bounds for axis 0 with size 3612
2分半钟的视频,按照流程准备完数据集,跑训练的时候直接报index数组错误,从报错上看像是验证集数据越界,请问这有可能啥原因呢
The text was updated successfully, but these errors were encountered: