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
https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations
warnings.warn(
Traceback (most recent call last):
File "/nas/project/AnimatableGaussians/main_avatar.py", line 837, in
trainer.test()
File "/home/gao/anaconda3/envs/AniGaussian/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/nas/project/AnimatableGaussians/main_avatar.py", line 535, in test
testing_dataset = PoseDataset(**self.opt['test']['pose_data'], smpl_shape = training_dataset.smpl_data['betas'][0])
File "/home/gao/anaconda3/envs/AniGaussian/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/nas/project/AnimatableGaussians/dataset/dataset_pose.py", line 59, in init
raise ValueError('Invalid data_path!')
ValueError: Invalid data_path!
The text was updated successfully, but these errors were encountered:
This is my avatar.yaml file
running command is "python main_avatar.py -c configs/avatarrex_lbn2/avatar.yaml --mode=test"
Is there any problem? Please help me! I will appreciate
https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations
warnings.warn(
Traceback (most recent call last):
File "/nas/project/AnimatableGaussians/main_avatar.py", line 837, in
trainer.test()
File "/home/gao/anaconda3/envs/AniGaussian/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/nas/project/AnimatableGaussians/main_avatar.py", line 535, in test
testing_dataset = PoseDataset(**self.opt['test']['pose_data'], smpl_shape = training_dataset.smpl_data['betas'][0])
File "/home/gao/anaconda3/envs/AniGaussian/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/nas/project/AnimatableGaussians/dataset/dataset_pose.py", line 59, in init
raise ValueError('Invalid data_path!')
ValueError: Invalid data_path!
The text was updated successfully, but these errors were encountered: