Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory: '../ShapeGen/output/render/transforms_train.json' #17

Open
QvQKing opened this issue Sep 1, 2023 · 1 comment

Comments

@QvQKing
Copy link

QvQKing commented Sep 1, 2023

I encountered the following problem while executing "# Initilization of the implicit avatar python main.py --mode train --conf confs/base_models/astrongman.conf":
Load data: Begin
Traceback (most recent call last):
File "main.py", line 968, in
runner = Runner(args.conf, args.mode, args.case, args.is_continue)
File "main.py", line 46, in init
self.dataset = SMPL_Dataset(self.conf['dataset'])
File "/hy-tmp/AvatarCLIP-data/AvatarGen/AppearanceGen/models/dataset.py", line 211, in init
with open(os.path.join(self.data_dir, 'transforms_train.json'), 'r') as fp:
FileNotFoundError: [Errno 2] No such file or directory: '../ShapeGen/output/render/transforms_train.json'

@QvQKing
Copy link
Author

QvQKing commented Sep 1, 2023

I would like to ask how to solve this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant