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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: