1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/open-mmlab-mmfewshot

Клонировать/Скачать
README.md 1.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
BigDong Отправлено 18.05.2022 19:34 6275211

Preparing Tiered ImageNet Dataset

@inproceedings{ren18fewshotssl,
    author = {Mengye Ren and Eleni Triantafillou and Sachin Ravi and Jake Snell and Kevin Swersky and Joshua B. Tenenbaum and Hugo Larochelle and Richard S. Zemel},
    title = {Meta-Learning for Semi-Supervised Few-Shot Classification},
    booktitle = {Proceedings of 6th International Conference on Learning Representations {ICLR}},
    year = {2018},
}

@article{ILSVRC15,
    Author = {Olga Russakovsky and Jia Deng and Hao Su and Jonathan Krause and Sanjeev Satheesh and Sean Ma and Zhiheng Huang and Andrej Karpathy and Aditya Khosla and Michael Bernstein and Alexander C. Berg and Li Fei-Fei},
    Title = {{ImageNet Large Scale Visual Recognition Challenge}},
    Year = {2015},
    journal = {International Journal of Computer Vision (IJCV)},
    doi = {10.1007/s11263-015-0816-y},
    volume = {115},
    number = {3},
    pages = {211-252}
}

The pickle file of tiered imagenet dataset is released in repo can be downloaded from here. The data structure is as follows:

mmfewshot
├── mmfewshot
├── tools
├── configs
├── data
│   ├── tiered_imagenet
│   │   ├── train_images_png.pkl
│   │   ├── train_labels.pkl
│   │   ├── val_images_png.pkl
│   │   ├── val_labels.pkl
│   │   ├── test_images_png.pkl
│   │   ├── test_labels.pkl
...

Unzip the pickle file

If you want to save memory usage, you can unzip the pickle files by:

python tools/data/classification/tiered-imagenet/unzip_tiered_imagenet.py --dir ./data/tiered_imagenet

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/open-mmlab-mmfewshot.git
git@api.gitlife.ru:oschina-mirror/open-mmlab-mmfewshot.git
oschina-mirror
open-mmlab-mmfewshot
open-mmlab-mmfewshot
main