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
When I run the following command line, the following error occurred.
$ python3 train.py --save_dir=./training/
load from file ./datasets/Mixamo/Aj.npy
Window count: 179, total frame (without downsampling): 21437
load from file ./datasets/Mixamo/BigVegas.npy
Window count: 180, total frame (without downsampling): 21511
load from file ./datasets/Mixamo/Kaya.npy
Window count: 181, total frame (without downsampling): 21607
load from file ./datasets/Mixamo/SportyGranny.npy
Window count: 181, total frame (without downsampling): 21607
load from file ./datasets/Mixamo/Malcolm_m.npy
Traceback (most recent call last):
File "train.py", line 54, in <module>
main()
File "train.py", line 23, in main
dataset = create_dataset(args, characters)
File "/home/ishihara/DeepMotion/deep-motion-editing/retargeting/datasets/__init__.py", line 28, in create_dataset
return MixedData(args, character_names)
File "/home/ishihara/DeepMotion/deep-motion-editing/retargeting/datasets/combined_motion.py", line 63, in __init__
tmp.append(MotionData(new_args))
File "/home/ishihara/DeepMotion/deep-motion-editing/retargeting/datasets/motion_dataset.py", line 30, in __init__
motions = np.load(file_path, allow_pickle=True)
File "/home/ishihara/DeepMotion/DeepMotion/lib/python3.8/site-packages/numpy/lib/npyio.py", line 390, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: './datasets/Mixamo/Malcolm_m.npy'
Please let me know how to fix it.
The text was updated successfully, but these errors were encountered:
When I run the following command line, the following error occurred.
Please let me know how to fix it.
The text was updated successfully, but these errors were encountered: