You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-38Lines changed: 5 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Scene Classification
2
2
3
-
This repository is to do scene classification by fine-tuning ResNet-152 with Cars Dataset from Stanford.
3
+
This repository is to do scene classification by fine-tuning ResNet-152 with AI Challenger 2017 Scene Classification Dataset.
4
4
5
5
6
6
## Dependencies
@@ -12,18 +12,12 @@ This repository is to do scene classification by fine-tuning ResNet-152 with Car
12
12
13
13
## Dataset
14
14
15
-
We use the Cars Dataset, which 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.
15
+
We use the Scene Classification Dataset from AI Challenger 2017, which contains 60,999 images of 80 classes of scenes. The data is split into 53,879 training images and 7,120 testing images.
Submit predictions of test data set (8,041 testing images) at [Cars Dataset](https://ai.stanford.edu/~jkrause/cars/car_dataset.html), evaluation result:
0 commit comments