cars196
Stay organized with collections
Save and categorize content based on your preferences.
The Cars dataset contains 16,185 images of 196 classes of cars. The data is
split into 8,144 training images and 8,041 testing images, where each class has
been split roughly in a 50-50 split. Classes are typically at the level of Make,
Model, Year, e.g. 2012 Tesla Model S or 2012 BMW M3 coupe.
Split |
Examples |
'test' |
8,041 |
'train' |
8,144 |
FeaturesDict({
'bbox': BBoxFeature(shape=(4,), dtype=float32),
'id': Text(shape=(), dtype=string),
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=196),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
bbox |
BBoxFeature |
(4,) |
float32 |
|
id |
Text |
|
string |
|
image |
Image |
(None, None, 3) |
uint8 |
|
label |
ClassLabel |
|
int64 |
|

@inproceedings{KrauseStarkDengFei-Fei_3DRR2013,
title = {3D Object Representations for Fine-Grained Categorization},
booktitle = {4th International IEEE Workshop on 3D Representation and Recognition (3dRR-13)},
year = {2013},
address = {Sydney, Australia},
author = {Jonathan Krause and Michael Stark and Jia Deng and Li Fei-Fei}
}
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 2024-06-01 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 2024-06-01 UTC."],[],[],null,["# cars196\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThe Cars dataset contains 16,185 images of 196 classes of cars. The data is\nsplit into 8,144 training images and 8,041 testing images, where each class has\nbeen split roughly in a 50-50 split. Classes are typically at the level of Make,\nModel, Year, e.g. 2012 Tesla Model S or 2012 BMW M3 coupe.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/stanford-cars)\n\n- **Homepage** :\n [https://ai.stanford.edu/\\~jkrause/cars/car_dataset.html](https://ai.stanford.edu/%7Ejkrause/cars/car_dataset.html)\n\n- **Source code** :\n [`tfds.image_classification.Cars196`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image_classification/cars196.py)\n\n- **Versions**:\n\n - `2.0.0`: Initial release\n - `2.0.1`: Website URL update\n - **`2.1.0`** (default): Fixing bug \u003chttps://github.com/tensorflow/datasets/issues/3927\u003e\n- **Download size** : `1.82 GiB`\n\n- **Dataset size** : `1.85 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 8,041 |\n| `'train'` | 8,144 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'bbox': BBoxFeature(shape=(4,), dtype=float32),\n 'id': Text(shape=(), dtype=string),\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=196),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-----------------|---------|-------------|\n| | FeaturesDict | | | |\n| bbox | BBoxFeature | (4,) | float32 | |\n| id | Text | | string | |\n| image | Image | (None, None, 3) | uint8 | |\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 @inproceedings{KrauseStarkDengFei-Fei_3DRR2013,\n title = {3D Object Representations for Fine-Grained Categorization},\n booktitle = {4th International IEEE Workshop on 3D Representation and Recognition (3dRR-13)},\n year = {2013},\n address = {Sydney, Australia},\n author = {Jonathan Krause and Michael Stark and Jia Deng and Li Fei-Fei}\n }"]]