adobe-research / MakeItTalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileNotFoundError: [Errno 2] No such file or directory: 'examples/dump/celeb_withrot_val_au.pickle'

ak9250 opened this issue · comments

Traceback (most recent call last):
File "main_end2end.py", line 150, in
model = Audio2landmark_model(opt_parser, jpg_shape=shape_3d)
File "/content/MakeItTalk/src/approaches/train_audio2landmark.py", line 85, in init
num_window_step=1)
File "/content/MakeItTalk/src/dataset/audio2landmark/audio2landmark_dataset.py", line 33, in init
with open(os.path.join(self.dump_dir, '{}_{}_au.pickle'.format(dump_name, status)), 'rb') as fp:
FileNotFoundError: [Errno 2] No such file or directory: 'examples/dump/celeb_withrot_val_au.pickle'

after latest change now getting
Traceback (most recent call last):
File "main_end2end.py", line 150, in
model = Audio2landmark_model(opt_parser, jpg_shape=shape_3d)
File "/content/MakeItTalk/src/approaches/train_audio2landmark.py", line 81, in init
with open(os.path.join('examples', 'dump', 'emb.pickle'), 'rb') as fp:
FileNotFoundError: [Errno 2] No such file or directory: 'examples/dump/emb.pickle'

@ak9250 Hi, how did you fix the bug "FileNotFoundError: [Errno 2] No such file or directory: 'examples/dump/celeb_withrot_val_au.pickle'"? I meet this bug too.

@bluestyle97 just pull the latest change from the fork https://github.com/yzhou359/MakeItTalk