Spaces:
Sleeping
Sleeping
File size: 999 Bytes
c038c49 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## WHIM Dataset
**Annotations**
The image annotations can be downloaded from the following Drive:
```
https://drive.google.com/drive/folders/1d9Fw7LfnF5oJuA6yE8T3xA-u9p6H5ObZ
```
**[Alternative]**: The image annotations can be also downloaded from Hugging Face:
```
https://huggingface.co/datasets/rolpotamias/WHIM
```
If you are using Hugging Face you might need to merge the training zip files into a single file before uncompressing:
```
cat train_split.zip* > ~/train_split.zip
```
**Images**
To download the corresponding images you need to first download the YouTube videos and extract the specific frames.
You will need to install ''pytubefix'' or any similar package to download YouTube videos:
```
pip install -Iv pytubefix==8.12.2
```
You can then run the following command to download the corresponding train/test images:
```
python download_videos.py --mode {train/test}
```
Please make sure that the data are downloaded in the same directory.
|