Skip to content

Commit 8c99061

Browse files
Update README.md
1 parent 80f9ed9 commit 8c99061

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,24 @@ This is a multiclass image classification & localization project for SINGLE obje
44
# Training
55
Training 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

1923
Training on CPU:
2024

21-
```python multiclass_classification_cpu.py ```
22-
2325
# Steps
2426

2527
1 ) Collecting images via [Google Image Download](https://github.com/hardikvasa/google-images-download). Only one object must be in the image.

0 commit comments

Comments
 (0)