cifar100 Computer Vision Project

Popular Benchmarks

Updated 2 years ago

507

views

0

downloads
Description

CIFAR-100

The CIFAR-10 and CIFAR-100 dataset contains labeled subsets of the 80 million tiny images dataset. They were collected by Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton.

All images were sized 32x32 in the original dataset

The CIFAR-10 dataset consists of 60,000 32x32 colour images in 10 classes, with 6,000 images per class. There are 50,000 training images and 10,000 test images [in the original dataset].

This dataset is just like the CIFAR-10, except it has 100 classes containing 600 images each. There are 500 training images and 100 testing images per class. The 100 classes in the CIFAR-100 are grouped into 20 superclasses. Each image comes with a "fine" label (the class to which it belongs) and a "coarse" label (the superclass to which it belongs). However, this project does not contain the superclasses.

More background on the dataset: CIFAR-100 Dataset Classes and Superclassees

Version 1 (original-images_Original-CIFAR100-Splits):

  • Original images, with the original splits for CIFAR-100: train (83.33% of images - 50,000 images) set and test (16.67% of images - 10,000 images) set only.
  • This version was not trained

Version 2 (original-images_trainSetSplitBy80_20):

  • Original, raw images, with the train set split to provide 80% of its images to the training set (approximately 40,000 images) and 20% of its images to the validation set (approximately 10,000 images)
  • Trained from Roboflow Classification Model's ImageNet training checkpoint
  • https://blog.roboflow.com/train-test-split/ Train/Valid/Test Split Rebalancing

Citation:

@TECHREPORT{Krizhevsky09learningmultiple,
    author = {Alex Krizhevsky},
    title = {Learning multiple layers of features from tiny images},
    institution = {},
    year = {2009}
}
Supervision

Build Computer Vision Applications Faster with Supervision

Visualize and process your model results with our reusable computer vision tools.

Cite This Project

LICENSE
CC BY 4.0

If you use this dataset in a research paper, please cite it using the following BibTeX:

                        @misc{
                            cifar100_dataset,
                            title = { cifar100 Dataset },
                            type = { Open Source Dataset },
                            author = { Popular Benchmarks },
                            howpublished = { \url{ https://universe.roboflow.com/popular-benchmarks/cifar100 } },
                            url = { https://universe.roboflow.com/popular-benchmarks/cifar100 },
                            journal = { Roboflow Universe },
                            publisher = { Roboflow },
                            year = { 2022 },
                            month = { aug },
                            note = { visited on 2024-11-21 },
                            }