datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
shadow-eo
Dataset Card for S-EO: A Large-Scale Dataset for Geometry-Aware Shadow Detection in Remote Sensing Applications
Project page
We introduce the S-EO dataset: a large-scale, high-resolution dataset designed to advance geometry-aware shadow detection. Collected from diverse public-domain sources, including challenge datasets and government providers such as USGS, our dataset comprises 702 georeferenced tiles across the USA, each covering 500 × 500 meters. Each tile includes multi-date… See the full description on the dataset page: https://huggingface.co/datasets/emasquil/shadow-eo.comix_v0_tiny_pages
Comic Books Tiny Dataset v0 - Pages (Testing)
Small test dataset of comic book pages for rapid development and testing.
⚠️ This is a TINY dataset for testing only. For production, use comix_v0_pages.
What's Included
Each page has:
{page_id}.jpg - Page image
{page_id}.json - Metadata (detections, captions, page class)
{page_id}.seg.npz - Segmentation masks (SAMv2)
Quick Start
from datasets import load_dataset
import numpy as np
# Load tiny pages dataset
pages… See the full description on the dataset page: https://huggingface.co/datasets/emanuelevivoli/comix_v0_tiny_pages.comix-v0_1-books-tiny
Comic Books Dataset v0.1 - Books
Full dataset of book-level metadata from Digital Comic Museum.
This is the PRODUCTION dataset. For testing, use comix_v0_tiny_books.
What's Included
Each book has:
{book_id}.json - Book metadata with page references
Purpose
This dataset provides book-level metadata to group pages from comix-v0_1-pages.
Workflow:
Download comix-v0_1-pages (with images)
Download comix-v0_1-books (metadata only)
Use WebDataset pipeline to group… See the full description on the dataset page: https://huggingface.co/datasets/emanuelevivoli/comix-v0_1-books-tiny.imagenet_features_1024_sd_vae_ft_emadiachronic-stereoimagenet1k_features_256_sd_vae_ft_emacomix_v0_tiny_books
Comic Books Tiny Dataset v0 - Books (Testing)
Small test dataset of book-level metadata for rapid development and testing.
⚠️ This is a TINY dataset for testing only. For production, use comix_v0_books.
What's Included
Each book has:
{book_id}.json - Book metadata with page references
Purpose
This dataset provides book-level metadata to group pages from comix_v0_tiny_pages.
Workflow:
Download comix_v0_tiny_pages (with images)
Download comix_v0_tiny_books… See the full description on the dataset page: https://huggingface.co/datasets/emanuelevivoli/comix_v0_tiny_books.comix-v0_1-books
Comic Books Dataset v0.1 - Books
Book-level metadata that extends the page-level dataset.
This dataset contains metadata only and is meant to be used together with
emanuelevivoli/comix-v0_1-pages.
For quick experimentation, use the tiny subset:
emanuelevivoli/comix-v0_1-books-tiny
Relationship to pages:comix-v0_1-books extends comix-v0_1-pages.Every book record is built from the pages dataset and provides:
book-level metadata (placeholder in v0.1)
ordered list of pages and shard… See the full description on the dataset page: https://huggingface.co/datasets/emanuelevivoli/comix-v0_1-books.
