datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
ICASSP2024-Acoustic_Scattering_AI-Noninvasive_Object_ClassificationsA_Computational_Classification_of_Human_Facial_Traitsanime-classification-v1.5
Anime Image Classification Dataset (v1.5)
This is the webdataset dataset, containing 323060 images in total.
Images here are resized to min(width, height) <= 640.
How to Use It
from datasets import load_dataset
dataset = load_dataset('just-a-try/anime-classification-v1.5')
print(dataset["train"][0])
Images
323060 images in total.
Split
Image Count
Total Size
train
257996
14.5 GB
test
32506
1.83 GB
val
32558
1.84 GB
Class
Image Count… See the full description on the dataset page: https://huggingface.co/datasets/just-a-try/anime-classification-v1.5.
