hongfz16 / AvatarCLIP

[SIGGRAPH 2022 Journal Track] AvatarCLIP: Zero-Shot Text-Driven Generation and Animation of 3D Avatars
https://hongfz16.github.io/projects/AvatarCLIP.html
Other
1.06k stars 93 forks source link

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

Open QvQKing opened 1 year ago

QvQKing commented 1 year ago

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 commented 1 year ago

I would like to ask how to solve this problem