JeremyCJM / DiffSHEG

[CVPR'24] DiffSHEG: A Diffusion-Based Approach for Real-Time Speech-driven Holistic 3D Expression and Gesture Generation
https://jeremycjm.github.io/proj/DiffSHEG/
BSD 3-Clause "New" or "Revised" License
112 stars 9 forks source link

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

Closed ggg66 closed 4 months ago

JeremyCJM commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

Please kindly refer to https://github.com/JeremyCJM/DiffSHEG/issues/1#issuecomment-2073909211 and https://github.com/JeremyCJM/DiffSHEG/issues/2#issuecomment-2085595280.