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
python synthetic_animal_sp_all.py
Traceback (most recent call last):
File "synthetic_animal_sp_all.py", line 255, in
generate_data_file()
File "synthetic_animal_sp_all.py", line 64, in generate_data_file
with open('{}/clean_data/keypoints_18.json'.format(data_dir), 'w') as f:
FileNotFoundError: [Errno 2] No such file or directory: './animal_data/clean_data/keypoints_18.json'
The text was updated successfully, but these errors were encountered:
How can I solve the following error?
python synthetic_animal_sp_all.py
Traceback (most recent call last):
File "synthetic_animal_sp_all.py", line 255, in
generate_data_file()
File "synthetic_animal_sp_all.py", line 64, in generate_data_file
with open('{}/clean_data/keypoints_18.json'.format(data_dir), 'w') as f:
FileNotFoundError: [Errno 2] No such file or directory: './animal_data/clean_data/keypoints_18.json'
The text was updated successfully, but these errors were encountered: