caltech101
Stay organized with collections
Save and categorize content based on your preferences.
Caltech-101 consists of pictures of objects belonging to 101 classes, plus one
background clutter
class. Each image is labelled with a single object. Each
class contains roughly 40 to 800 images, totalling around 9k images. Images are
of variable sizes, with typical edge lengths of 200-300 pixels. This version
contains image-level labels only. The original dataset also contains bounding
boxes.
Split |
Examples |
'test' |
6,084 |
'train' |
3,060 |
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'image/file_name': Text(shape=(), dtype=string),
'label': ClassLabel(shape=(), dtype=int64, num_classes=102),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
image |
Image |
(None, None, 3) |
uint8 |
|
image/file_name |
Text |
|
string |
|
label |
ClassLabel |
|
int64 |
|

@article{FeiFei2004LearningGV,
title={Learning Generative Visual Models from Few Training Examples: An Incremental Bayesian Approach Tested on 101 Object Categories},
author={Li Fei-Fei and Rob Fergus and Pietro Perona},
journal={Computer Vision and Pattern Recognition Workshop},
year={2004},
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-19 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-19 UTC."],[],[],null,["# caltech101\n\n\u003cbr /\u003e\n\n- **Description**:\n\nCaltech-101 consists of pictures of objects belonging to 101 classes, plus one\n`background clutter` class. Each image is labelled with a single object. Each\nclass contains roughly 40 to 800 images, totalling around 9k images. Images are\nof variable sizes, with typical edge lengths of 200-300 pixels. This version\ncontains image-level labels only. The original dataset also contains bounding\nboxes.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/caltech-101)\n\n- **Homepage** :\n \u003chttps://doi.org/10.22002/D1.20086\u003e\n\n- **Source code** :\n [`tfds.datasets.caltech101.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/caltech101/caltech101_dataset_builder.py)\n\n- **Versions**:\n\n - `3.0.0`: New split API (\u003chttps://tensorflow.org/datasets/splits\u003e)\n - `3.0.1`: Website URL update\n - **`3.0.2`** (default): Download URL update\n- **Download size** : `131.05 MiB`\n\n- **Dataset size** : `132.86 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 6,084 |\n| `'train'` | 3,060 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'image/file_name': Text(shape=(), dtype=string),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=102),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-----------------|--------------|-----------------|--------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (None, None, 3) | uint8 | |\n| image/file_name | Text | | string | |\n| label | ClassLabel | | int64 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('image', 'label')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @article{FeiFei2004LearningGV,\n title={Learning Generative Visual Models from Few Training Examples: An Incremental Bayesian Approach Tested on 101 Object Categories},\n author={Li Fei-Fei and Rob Fergus and Pietro Perona},\n journal={Computer Vision and Pattern Recognition Workshop},\n year={2004},\n }"]]