File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,24 @@ This is a multiclass image classification & localization project for SINGLE obje
44# Training
55Training on GPU:
66
7- Cloning the repository to local machine.
7+ Cloning the repository to local machine:
8+
89``` git clone https://github.com/MuhammedBuyukkinaci/Object-Classification-and-Localization-with-TensorFlow ```
910
10- 1 ) Augmenting data:
11+ 1 ) Augmenting data:
12+
1113``` python create_training_data.py ```
1214
13- 2 ) Training the CNN
15+ 2 ) Training the CNN:
16+
1417``` python train.py ```
1518
16- 3 ) Testing on unseen data
19+ 3 ) Testing on unseen data:
20+
1721``` python test.py ```
1822
1923Training on CPU:
2024
21- ``` python multiclass_classification_cpu.py ```
22-
2325# Steps
2426
25271 ) Collecting images via [ Google Image Download] ( https://github.com/hardikvasa/google-images-download ) . Only one object must be in the image.
You can’t perform that action at this time.
0 commit comments