Advocate99 / DiffGesture

[CVPR'2023] Taming Diffusion Models for Audio-Driven Co-Speech Gesture Generation
GNU General Public License v3.0
229 stars 16 forks source link

lmdb.Error: data/ted_dataset/lmdb_train: No such file or directory #11

Closed dawn1007dx closed 1 year ago

dawn1007dx commented 1 year ago

Traceback (most recent call last): File "scripts/train_ted.py", line 179, in main({'args': _args}) File "scripts/train_ted.py", line 133, in main train_dataset = SpeechMotionDataset(args.train_data_path[0], File "D:\anzbao-biancheng\githubproject\DiffGesture-main\scripts\data_loader\lmdb_data_loader.py", line 86, in init data_sampler = DataPreprocessor(lmdb_dir, preloaded_dir, n_poses_extended, File "D:\anzbao-biancheng\githubproject\DiffGesture-main\scripts\data_loader\data_preprocessor.py", line 30, in init self.src_lmdb_env = lmdb.open(clip_lmdb_dir, readonly=True, lock=False) lmdb.Error: data/ted_dataset/lmdb_train: No such file or directory

Advocate99 commented 1 year ago

Hi, have you finished the section installation & preparation? You can follow this repo https://github.com/alvinliu0/HA2G to download the dataset. If you have the datasets but still have this error, check the path.

StefanoBraghetto commented 9 months ago

Hey. Do we have to follow all the steps from readme.md of that repository?

I'm having the same issue, and did the sections: TED Expressive Dataset & TED Gesture Dataset I am missing something else? Thanks

Advocate99 commented 9 months ago

Hey. Do we have to follow all the steps from readme.md of that repository?

I'm having the same issue, and did the sections: TED Expressive Dataset & TED Gesture Dataset I am missing something else? Thanks

Hi, after doing that, could you check the path of downloaded dataset? Do you have this path (data/ted_dataset/lmdb_train)?

StefanoBraghetto commented 9 months ago

@Advocate99 you are totally right. I was missing to create the folder: ted_dataset. Sorry for the dummy question. Thanks!