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

FileNotFoundError: [Errno 2] No such file or directory: 'data/BEAT/beat_cache/beat_4english_15_141/weights/GesAxisAngle_Face_300.bin' #4

Closed
ggg66 opened this issue May 7, 2024 · 3 comments

Comments

@ggg66
Copy link

ggg66 commented May 7, 2024

No description provided.

@JeremyCJM
Copy link
Owner

The "GesAxisAngle_Face_300.bin" is an autoencoder checkpoint for computing the Frechet Distance metrics. I will upload the autoencoder checkpoints later. You can temporally comment them out without computing Frechet Distance metrics during training.

@ggg66
Copy link
Author

ggg66 commented May 8, 2024

Thank you for your response, but there are still many files that show "FileNotFoundError," for example
Traceback (most recent call last):
File "/root/miniconda3/envs/diffsheg/lib/python3.9/site-packages/torch/multiprocessing/spawn.py", line 69, in _wrap
fn(i, *args)
File "/root/autodl-tmp/DiffSHEG/runner.py", line 301, in main_worker
val_dataset = import(f"datasets.{opt.dataset_name}", fromlist=["something"]).BeatDataset(opt, "val")
File "/root/autodl-tmp/DiffSHEG/datasets/beat.py", line 112, in init
self.build_cache(preloaded_dir)
File "/root/autodl-tmp/DiffSHEG/datasets/beat.py", line 140, in build_cache
self.cache_generation(
File "/root/autodl-tmp/DiffSHEG/datasets/beat.py", line 154, in cache_generation
dst_lmdb_env = lmdb.open(out_lmdb_dir, map_size=map_size)
FileNotFoundError: [Errno 2] No such file or directory: 'data/BEAT/beat_cache/beat_4english_15_141/val/bvh_rot_cache_len34_stride10'

@JeremyCJM
Copy link
Owner

Please kindly refer to #1 (comment) and #2 (comment).

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

2 participants