#182 · Primary category: Computer Vision
fashion-mnist
A MNIST-like fashion product database. Benchmark :point_down:
Project last updated:06/13/22
GitHub Stars
12.8K
Forks
3.1K
Contributors
16
License
MIT
Why we included this project
Fashion-MNIST is a common benchmark for image classifiers that want a step up from handwritten digits. It packages 70,000 28x28 grayscale images of Zalando clothing into the same train/test split as the original MNIST, so any pipeline that already loads MNIST can switch over with minimal code changes. The ten clothing categories are far more varied than digits, which means your accuracy numbers won't hit a misleading 99.7% ceiling and real model weaknesses tend to surface. The repository includes loader scripts and published benchmark results, and the dataset is available through PyTorch, Keras, TensorFlow, and other libraries, so getting started takes only a few lines. It is a reference set for comparing architectures, not a deployable service.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)