Animals with Attributes Dataset

Dataset details

Last updated: 02 July 2024
Stylized Meta Album ID LR_AM.AWA
Domain ID LR_AM
Domain Name Large Aninamls
Dataset ID AWA
Dataset Name Animals with Attributes
Description Mamals dataset for image classification
# Classes 20
# Images 21891
Keywords mammals, animals,
Data Format images
Image size 256x256
License
(original data release)
Creative Commons
License URL
(original data release)
https://cvml.ist.ac.at/AwA2/
License
(Stylized Meta-Album data release)
Creative Commons
License URL
(Stylized Meta-Album data release)
https://cvml.ist.ac.at/AwA2/
Source Animals with attributes 2
Source URL https://cvml.ist.ac.at/AwA2/
Original Author Christoph H. Lampert, Bernt Schiele, Zeynep Akata
Original contact chl@ist.ac.at
Stylized Meta Album author Romain Mussard
Created Date 01 March 2024
Contact Name Ihsan Ullah
Contact Email stylized-meta-album@chalearn.org
Contact URL https://stylized-meta-album.github.io/

Download Meta-data file

Access Dataset from OpenML

Note: From OpenML website, you can only download labels file. To download the complete dataset, use openml python api

Dataset Version OpenML ID
Mini 46032 Download
Extended 46031 Download

Code to download dataset using OpenML Python API

Install OpenML for python

  # import openml
  import openml

  # download dataset with DATASET_ID. Replace DATASET_ID with OpenML ID
  dataset = openml.datasets.get_dataset(DATASET_ID, download_data=True, download_all_files=True)


  # display dataset info
  print(dataset.name)
              

Datasets are downloaded in openml cache directory. You can check it with this code:

  # display openml cache directory
  print(openml.config.get_cache_directory())
              

Cite Stylized Meta-Album

  @inproceedings{stylized-meta-album-2024,
    title={Stylized Meta-Album: Muti-domain computer vision meta-dataset},
    author={Mussard, Romain and Gauffre, Aurélien and Ullah, Ihsan and Khuong, Thanh Gia Hieu and Amini, Massih-Reza and Hosoya, Lisheng Sun},
    booktitle={Thirty-sixth Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
    url = {https://stylized-meta-album.github.io/},
    year = {2024}
  }

  @inproceedings{meta-album-2022,
    title={Meta-Album: Multi-domain Meta-Dataset for Few-Shot Image Classification},
    author={Ullah, Ihsan and Carrion, Dustin and Escalera, Sergio and Guyon, Isabelle M and Huisman, Mike and Mohr, Felix and van Rijn, Jan N and Sun, Haozhe and Vanschoren, Joaquin and Vu, Phan Anh},
    booktitle={Thirty-sixth Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
    url = {https://meta-album.github.io/},
    year = {2022}
  }
              
Download as bib