therealcyberlord commited on
Commit
eb4d7ca
1 Parent(s): 2126d1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,15 +8,15 @@ Base model: https://huggingface.co/google/vit-base-patch16-224
8
 
9
  This achieves around 86% on the testing set, you can use it as a baseline for further tuning.
10
 
11
- Dataset Description:
12
 
13
  The Stanford car dataset contains 16,185 images of 196 classes of cars. Classes are typically at the level of Make, Model, Year, e.g. 2012 Tesla Model S or 2012 BMW M3 coupe. The data is split into 8144 training images, 6,041 testing images, and 2000 validation images in this case.
14
 
15
- ** Please note: this dataset does not contain newer cars **
16
 
17
  <img src="https://ai.stanford.edu/~jkrause/cars/class_montage.jpg">
18
 
19
- Citations:
20
  3D Object Representations for Fine-Grained Categorization
21
  Jonathan Krause, Michael Stark, Jia Deng, Li Fei-Fei
22
  4th IEEE Workshop on 3D Representation and Recognition, at ICCV 2013 (3dRR-13). Sydney, Australia. Dec. 8, 2013.
 
8
 
9
  This achieves around 86% on the testing set, you can use it as a baseline for further tuning.
10
 
11
+ # Dataset Description:
12
 
13
  The Stanford car dataset contains 16,185 images of 196 classes of cars. Classes are typically at the level of Make, Model, Year, e.g. 2012 Tesla Model S or 2012 BMW M3 coupe. The data is split into 8144 training images, 6,041 testing images, and 2000 validation images in this case.
14
 
15
+ ** Please note: this dataset does not contain newer car models **
16
 
17
  <img src="https://ai.stanford.edu/~jkrause/cars/class_montage.jpg">
18
 
19
+ # Citations:
20
  3D Object Representations for Fine-Grained Categorization
21
  Jonathan Krause, Michael Stark, Jia Deng, Li Fei-Fei
22
  4th IEEE Workshop on 3D Representation and Recognition, at ICCV 2013 (3dRR-13). Sydney, Australia. Dec. 8, 2013.