CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01zalando-datasets /fashion_mnist Dataset Card for FashionMNIST Dataset Summary Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes. We intend Fashion-MNIST to serve as a direct drop-in replacement for the original MNIST dataset for benchmarking machine learning algorithms. It shares the same image size and structure of training and testing… See the full description on the dataset page: https://huggingface.co/datasets/zalando-datasets/fashion_mnist.imageimage-classification10K<n<100K67 likes15k downloads2y agoHugging Face02Voxel51 /MPII_Human_Pose_Dataset Dataset Card for MPII Human Pose MPII Human Pose dataset is a state of the art benchmark for evaluation of articulated human pose estimation. The dataset includes around 25K images containing over 40K people with annotated body joints. The images were systematically collected using an established taxonomy of every day human activities. Overall the dataset covers 410 human activities and each image is provided with an activity label. Each image was extracted from a YouTube… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/MPII_Human_Pose_Dataset.imageimage-classification10K<n<100K17 likes5.3k downloads2y agoHugging Face03sophia1ch /zendo-synthetic-data Zendo Synthetic Visual Reasoning Dataset Synthetic Zendo-style scenes with associated rules and per-scene tensor representations. Each scene either follows ("positive", label=1) or violates ("negative", label=0) a rule that is given in natural language and as a Prolog query. Splits split scenes train 56475 test 3344 rules total 3439 Layout images/<split>/<batch>/<rule_id>/<scene_id>.png — rendered scene… See the full description on the dataset page: https://huggingface.co/datasets/sophia1ch/zendo-synthetic-data.imageimage-classification10K<n<100K1 likes4.6k downloads4mo agoHugging Face04webbrain-one /food-dataset Food Dataset An image classification dataset of food photos organized into 201 categories (folders), with 35,046 images total (~924 MB). Each top-level folder is a category (e.g. adana kebab, sushi, waffles, tiramisu, ...) containing JPEG images of that food/dish. This follows the standard Hugging Face imagefolder layout, so it loads directly with: from datasets import load_dataset ds = load_dataset("webbrain-one/food-dataset") Structure <category… See the full description on the dataset page: https://huggingface.co/datasets/webbrain-one/food-dataset.imageimage-classification10K<n<100K0 likes4.2k downloads24d agoHugging Face05Voxel51 /Describable-Textures-Dataset Dataset Card for Describable Textures Dataset This is a FiftyOne dataset with 5640 samples. Installation If you haven't already, install FiftyOne: pip install -U fiftyone Usage import fiftyone as fo import fiftyone.utils.huggingface as fouh # Load the dataset # Note: other available arguments include 'max_samples', etc dataset = fouh.load_from_hub("Voxel51/Describable-Textures-Dataset") # Launch the App session = fo.launch_app(dataset)… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/Describable-Textures-Dataset.imageimage-classification1K<n<10K4 likes3.6k downloads2y agoHugging Face06a2015003713 /military-aircraft-detection-dataset Military Aircraft Detection Dataset Military aircraft detection dataset in COCO and YOLO format. The dataset contains 103 different military aircraft types. ['A10', 'A400M', 'AG600', 'AH64', 'AKINCI', 'AV8B', 'An124', 'An22', 'An225', 'An72', 'B1', 'B2', 'B21', 'B52', 'Be200', 'C1', 'C130', 'C17', 'C2', 'C390', 'C5', 'CH47', 'CH53', 'CL415', 'E2', 'E7', 'EF2000', 'EMB314', 'F117', 'F14', 'F15', 'F16', 'F18', 'F2', 'F22', 'F35', 'F4', 'FCK1', 'H6', 'Il76', 'J10', 'J20', 'J35'… See the full description on the dataset page: https://huggingface.co/datasets/a2015003713/military-aircraft-detection-dataset.imageobject-detection10K<n<100K3 likes3.4k downloads1mo agoHugging Face07ctmedtech /DDR-dataset DDR - Diabetic Retinopathy Detection Dataset Image: Dataset Samples. The DDR (Diabetic Retinopathy Detection) dataset is a large-scale collection of retinal fundus images designed for training and evaluating algorithms in diabetic retinopathy (DR) grading and lesion-level segmentation. It provides both image-level DR labels and pixel-level annotations of pathological features, making it suitable for… See the full description on the dataset page: https://huggingface.co/datasets/ctmedtech/DDR-dataset.imageimage-segmentation10K<n<100K1 likes3.3k downloads11mo agoHugging Face08cassiekang /cub200_dataset Dataset Card for CUB_200_2011 Dataset Summary The Caltech-UCSD Birds 200-2011 dataset (CUB-200-2011) is an extended version of the original CUB-200 dataset, featuring photos of 200 bird species primarily from North America. This 2011 version significantly expands its predecessor by doubling the number of images per class and introducing new part location annotations, alongside collecting detailed natural language descriptions for each image through Amazon Mechanical Turk… See the full description on the dataset page: https://huggingface.co/datasets/cassiekang/cub200_dataset.imageimage-classification10K<n<100K19 likes3k downloads2y agoHugging Face09hanchong /real-infrared-maritime-vessel-dataset Real Infrared Maritime Vessel Dataset Real infrared imagery of maritime vessels. The dataset is provided in three forms — full-frame detection images, per-object classification crops, and a hand-curated subset. Classes (7): liner, bulk carrier, warship, sailboat, canoe, container ship, fishing boat. Layout real-infrared-maritime-vessel-dataset/ ├── original/ Full-frame IR images + XML bounding-box labels (detection) │ ├── images/{train,test}/*.jpg… See the full description on the dataset page: https://huggingface.co/datasets/hanchong/real-infrared-maritime-vessel-dataset.imageimage-classification10K<n<100K1 likes2.9k downloads2mo agoHugging Face10vivekvar /cctv-datasets CCTV Datasets for helmet detection + ANPR Training and evaluation data used by vivekvar/helmet-v5 and vivekvar/helmet-v4. Source: Andhra Pradesh RTGS CCTV feeds (public road cameras). All crops and frames are from motorcycle traffic scenes. Folders Folder Contents Purpose merged_v3/ YOLO-format dataset (data.yaml + train/valid/test) Bike + rider detection training clean_merged_data/ Cleaned / deduped crop set Base training data for v4 extra_khadatkar/… See the full description on the dataset page: https://huggingface.co/datasets/vivekvar/cctv-datasets.imageobject-detection10K<n<100K0 likes2.5k downloads5mo agoHugging Face11youngcan1 /ARTO-Gen-Dataset ARTO-KG: A Synthetic Artwork Dataset for Knowledge-Enhanced Understanding Dataset Description ARTO-KG is a large-scale synthetic artwork dataset that bridges visual content and structured knowledge through ontology-guided automated generation. Each artwork is annotated with comprehensive RDF knowledge graphs aligned with the ARTO ontology. Dataset Summary Total Artworks: 10,108 high-resolution images (1024×1024) Object Instances: 39,878 (average… See the full description on the dataset page: https://huggingface.co/datasets/youngcan1/ARTO-Gen-Dataset.imageimage-to-text10K<n<100K0 likes2.5k downloads2mo agoHugging Face12Rajarshi-Roy-research /Defactify_Image_Dataset Defactify_Image_Dataset This dataset is associated with the paper A Comprehensive Dataset for Human vs. AI Generated Image Detection. 📝 Dataset Description Dataset Summary The Defactify_Image_Dataset (A Comprehensive Dataset for Human vs. AI Generated Image Detection) is a high-quality collection of 96,000 images and associated metadata designed to benchmark models for detecting and identifying the source of artificially generated content. Built using the MS… See the full description on the dataset page: https://huggingface.co/datasets/Rajarshi-Roy-research/Defactify_Image_Dataset.imageimage-classification10K<n<100K22 likes2.5k downloads4mo agoHugging Face13H1merka /TIGAS_dataset TIGAS Dataset A comprehensive dataset for training AI-generated image detection models TIGAS Model • GitHub Repository Dataset Description The TIGAS Dataset is a large-scale collection of real and AI-generated images designed for training and evaluating AI-generated image detection models. It contains 142,902 images from diverse sources, including state-of-the-art generative models. Key Features Binary classification task: Real (label=0) vs… See the full description on the dataset page: https://huggingface.co/datasets/H1merka/TIGAS_dataset.imageimage-classification100K<n<1M1 likes2.4k downloads9mo agoHugging Face14yingss /mixlora-eval-data 🚀 MixLoRA Evaluation Data This dataset is the held-out multimodal evaluation suite used in Multimodal Instruction Tuning with Conditional Mixture of LoRA (ACL 2024). It bundles 9 instruction-formatted tasks (mm_tasks/) plus the MME benchmark (mme/) used to evaluate MixLoRA and baseline models in the paper. The 9 tasks in mm_tasks/ are the zero-shot / held-out task split from Vision-Flan. MME is a separate benchmark, evaluated independently. Dataset Structure… See the full description on the dataset page: https://huggingface.co/datasets/yingss/mixlora-eval-data.imagevisual-question-answering1K<n<10K0 likes2.4k downloads28d agoHugging Face15ProGamerGov /synthetic-dataset-1m-dalle3-high-quality-captions Dataset Card for Dalle3 1 Million+ High Quality Captions Alt name: Human Preference Synthetic Dataset Example grids for landscapes, cats, creatures, and fantasy are also available. Description: This dataset comprises of AI-generated images sourced from various websites and individuals, primarily focusing on Dalle 3 content, along with contributions from other AI systems of sufficient quality like Stable Diffusion and Midjourney (MJ v5 and above). As users typically… See the full description on the dataset page: https://huggingface.co/datasets/ProGamerGov/synthetic-dataset-1m-dalle3-high-quality-captions.imagetext-to-image1M<n<10M154 likes2.3k downloads2y agoHugging Face16zr-zhang /MLLM-Generated-Image-Detection-Dataset MLLM-Generated Image Dataset This dataset contains real and AI-generated image samples organized for binary MLLM-generated image detection. Paper | Code Dataset Summary We construct an MLLM-generated image detection benchmark from GPT Image2 and Nano Banana2. This benchmark covers texture-dominated, structure-dominated, and hybrid-dominated. It is designed to evaluate detector performance under the new challenges introduced by large-scale image generation models.… See the full description on the dataset page: https://huggingface.co/datasets/zr-zhang/MLLM-Generated-Image-Detection-Dataset.imageimage-classification1K<n<10K1 likes2.2k downloads2mo agoHugging Face17MITLL /LADI-v2-dataset Dataset Card for LADI-v2-dataset Dataset Summary : v2 The LADI-v2 dataset is a set of aerial disaster images captured and labeled by the Civil Air Patrol (CAP). The images are geotagged (in their EXIF metadata). Each image has been labeled in triplicate by CAP volunteers trained in the FEMA damage assessment process for multi-label classification; where volunteers disagreed about the presence of a class, a majority vote was taken. The classes are: bridges_any… See the full description on the dataset page: https://huggingface.co/datasets/MITLL/LADI-v2-dataset.imageimage-classification1K<n<10K8 likes1.8k downloads2y agoHugging Face18UniqueData /multiple-sclerosis-dataset Multiple Sclerosis Dataset, Brain MRI Object Detection & Segmentation Dataset The dataset consists of .dcm files containing MRI scans of the brain of the person with a multiple sclerosis. The images are labeled by the doctors and accompanied by report in PDF-format. The dataset includes 13 studies, made from the different angles which provide a comprehensive understanding of a multiple sclerosis as a condition. MRI study angles in the dataset 💴 For… See the full description on the dataset page: https://huggingface.co/datasets/UniqueData/multiple-sclerosis-dataset.imageimage-to-imagen<1K3 likes1.8k downloads1y agoHugging Face19ipartzix /Crop_Disease_Image_Dataset Crop Disease Image Dataset (5 Crops, 19 Classes) Dataset Summary The Crop Disease Image Dataset is a curated, high-quality agricultural image dataset designed for computer vision, deep learning, and smart farming applications. It contains 22,169 RGB leaf images spanning 5 major crops across 19 distinct healthy and diseased classes. This dataset was constructed by collecting, filtering, and standardizing images from multiple open-source agricultural repositories… See the full description on the dataset page: https://huggingface.co/datasets/ipartzix/Crop_Disease_Image_Dataset.imageimage-classification1K<n<10K1 likes1.8k downloads2mo agoHugging Face20Kaludi /data-csgo-weapon-classification Dataset for project: csgo-weapon-classification Dataset Description This dataset has for project csgo-weapon-classification was collected with the help of a bulk google image downloader. Languages The BCP-47 code for the dataset's language is unk. Dataset Structure Data Instances A sample from this dataset looks as follows: [ { "image": "<1768x718 RGB PIL image>", "target": 0 }, { "image": "<716x375 RGBA PIL image>"… See the full description on the dataset page: https://huggingface.co/datasets/Kaludi/data-csgo-weapon-classification.imageimage-classification1K<n<10K1 likes1.5k downloads4y agoHugging Face21Voxel51 /scanned-images-dataset-for-ocr-and-vlm-finetuning Dataset Card for scanned_images_dataset This is a FiftyOne dataset containing 3,482 scanned document images across 10 diverse document categories. Designed for OCR training and Vision-Language Model (VLM) fine-tuning, this dataset features real-world scanned documents with varied layouts, scanning quality, and document types. Installation If you haven't already, install FiftyOne: pip install -U fiftyone Usage import fiftyone as fo from… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/scanned-images-dataset-for-ocr-and-vlm-finetuning.imageimage-classification1K<n<10K2 likes1.5k downloads8mo agoHugging Face22CROHuang /Omnitraffic_Dataset 🚗 OmniTraffic: A Large-scale Multi-view Spatiotemporal Dataset for Traffic Understanding 📌 Dataset Summary Welcome to the OmniTraffic Dataset repository. This repository specifically hosts the complete OmniTraffic Dataset, containing the massive underlying pool of over 8 million generated VQA samples and ~280GB of multimodal data. It is designed for large-scale pre-training, fine-tuning, and pushing the scaling laws of multimodal large language models (MLLMs) and… See the full description on the dataset page: https://huggingface.co/datasets/CROHuang/Omnitraffic_Dataset.imagevisual-question-answering1K<n<10K0 likes1.4k downloads5mo agoHugging Face23jerwinpog0427 /dataset-biasX UTKFace Dataset Dataset Description The UTKFace dataset is a large-scale face dataset with long age span (range from 0 to 116 years old). The dataset consists of over 20,000 face images with annotations of age, gender, and ethnicity. The images cover large variation in pose, facial expression, illumination, occlusion, resolution, etc. Dataset Summary Size: ~20,000 images Format: JPG images Resolution: Various Annotations: Age, Gender, Race/Ethnicity… See the full description on the dataset page: https://huggingface.co/datasets/jerwinpog0427/dataset-biasX.imageimage-classification10K<n<100K0 likes1.4k downloads2y agoHugging Face24anonymous-review-dataset-2026 /review-dataset MSIR-Bench Review Dataset This repository contains an anonymized review snapshot of MSIR-Bench, a benchmark for identity-preserving style image retrieval. Dataset Description Each source identity is represented by an anonymous five-digit ID. Images are organized by split and identity folder. File names follow either <id>_<Style>.png, <id>_original.png, or legacy original.jpg for original reference images. The dataset is intended for evaluating whether a retrieval… See the full description on the dataset page: https://huggingface.co/datasets/anonymous-review-dataset-2026/review-dataset.imageimage-feature-extraction10K<n<100K2 likes1.4k downloads2mo agoHugging Face25owkin /plism-dataset-tiles PLISM dataset The Pathology Images of Scanners and Mobilephones (PLISM) dataset was created by (Ochi et al., 2024) for the evaluation of AI models’ robustness to inter-institutional domain shifts. All histopathological specimens used in creating the PLISM dataset were sourced from patients who were diagnosed and underwent surgery at the University of Tokyo Hospital between 1955 and 2018. PLISM-wsi consists in a group of consecutive slides digitized under 7 different scanners and… See the full description on the dataset page: https://huggingface.co/datasets/owkin/plism-dataset-tiles.imageimage-feature-extraction1M<n<10M9 likes1.3k downloads2y agoHugging Face26LSL-datasets /TALKtoME TALKtoME: Educational Materials for Speech and Language Acquisition in Autism This dataset contains image and video samples of action verbs and verb+noun pairs. It is designed to support machine learning tasks related to visual understanding, action recognition, and language grounding. Dataset Structure The dataset contains the following main folders: action_verbs/images/: image samples organized by action verb categories. action_verbs/videos/: video samples organized by… See the full description on the dataset page: https://huggingface.co/datasets/LSL-datasets/TALKtoME.imageimage-classification1K<n<10K1 likes1.3k downloads5mo agoHugging Face27MelanieCo /Capillary-Dataset Capillary dataset Paper: Capillary Dataset: A dataset of nail-fold capillaries captured by microscopy for diabetes detection Github: https://github.com/urgonguyen/Capillarydataset.git The dataset are structured as follows: Capillary dataset ├── Classification ├── data_1x1_224 ├── data_concat_1x9_224 ├── data_concat_2x2_224 ├── data_concat_3x3_224 ├── data_concat_4x1_224 └── data_concat_4x4_224 ├── Morphology_detection… See the full description on the dataset page: https://huggingface.co/datasets/MelanieCo/Capillary-Dataset.imageimage-classification10K<n<100K0 likes1.2k downloads3mo agoHugging Face28Ardea /Icarus-dataset Icarus A unified multi-modal curriculum dataset for evolutionary neural architecture search. Every row is one self-contained Task = {meta, support, query}, where support and query are lists of (input_Field, output_Field) pairs. The inner loop trains on support; fitness is scored on query. Support is non-empty for every task. Encoders read the Field descriptor (axes, value_type, n_classes, value_range, mask); mask is True where a value is padding/ignored. meta.class_names, when… See the full description on the dataset page: https://huggingface.co/datasets/Ardea/Icarus-dataset.textimage-classification10K<n<100K2 likes1.2k downloads3mo agoHugging Face29Nj-1111 /Glaucoma_Dataset Glaucoma Dataset Dataset Summary The Glaucoma Dataset is a comprehensive collection of retinal fundus images designed for the automated detection and classification of glaucoma. Containing between 10,000 and 100,000 high-quality images, this dataset aims to support the development and evaluation of machine learning and deep learning models in the field of ophthalmic medical imaging. The dataset is organized using the standard imagefolder format, making it highly… See the full description on the dataset page: https://huggingface.co/datasets/Nj-1111/Glaucoma_Dataset.imageimage-classification10K<n<100K2 likes1.2k downloads5mo agoHugging Face30cs5242-hateful-memes /hateful-memes-data Hateful Memes (CS5242 submission mirror) Mirror of the Facebook Hateful Memes Challenge dataset (Kiela et al., 2020) used for reproducibility of our CS5242 (NUS) submission. Contents img/ — 10,000 PNG images of memes train.jsonl (8,500), dev_seen.jsonl (500), dev_unseen.jsonl (540), test_seen.jsonl (1,000), test_unseen.jsonl (2,000) Provenance This mirror merges two existing mirrors of the original Meta release: Label files and most images from… See the full description on the dataset page: https://huggingface.co/datasets/cs5242-hateful-memes/hateful-memes-data.imageimage-classification10K<n<100K2 likes1.1k downloads5mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.