Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: No such file or directory: './datasets/Mixamo/Malcolm_m.npy' #221

Open
Ishihara-Masabumi opened this issue Mar 26, 2023 · 0 comments

Comments

@Ishihara-Masabumi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant