STANFORD CARS DATASET

stanford-cars CircleCI Documentation Status

“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.” Dataset at here

overview

Over View

You can get images of the dataset: training set at here and testing set at here, label for training set at here and label for testing set at here.

Object

This repository will help you get label for images in Stanford Cars Dataset and split them into different folders.

Description

--dataset:

  --train
    --AM General Hummer SUV 2000
      --0001.jpg
      --0002.jpg
    --Acura RL Sedan 2012
      --00001.jpg
      --00002.jpg
      
  --test
    --AM General Hummer SUV 2000
      --0001.jpg
      --0002.jpg
    --Acura RL Sedan 2012
      --00001.jpg
      --00002.jpg

Reference

[1]. http://ai.stanford.edu/~jkrause/cars/car_dataset.html

GitHub

View Github