--- license: mit language: - en pretty_name: UniTalk size_categories: - 1M1.zip | | |── 2.zip │ | | |── val/ │ └── .zip │ └── clips_videos/ ├── train/ │ └── 1.zip | |── 2.zip | |── val/ └── .zip ``` ## Download the dataset You can yse provided code in https://github.com/plnguyen2908/UniTalk-ASD-code/tree/main. The repo's url is also provided in the paper. You just need to clone, download pandas, and run in around 800-900 seconds: ``` python download_dataset.py --save_path /path/to/the/dataset ``` After running that script, the structure of the dataset in the local machine is: ``` root/ ├── csv/ │ ├── val_orig.csv │ └── train_orig.csv ├── clips_audios/ │ ├── train/ │ │ └── / │ │ └── .wav │ └── val/ │ └── / │ └── .wav └── clips_videos/ ├── train/ │ └── / │ └── / │ ├──