Skip to content

Commit 52b858f

Browse files
Update README.md
1 parent e1003fc commit 52b858f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ This is a multiclass image classification & localization project for SINGLE obje
1414
<p align="center">
1515
<img src = "https://github.com/MuhammedBuyukkinaci/Object-Classification-and-Localization-with-TensorFlow/blob/master/repository_images/Screenshot%20(35).png" width="800" height="400">
1616
</p>
17-
3 ) Data Augmentation(create_training_data.py). Mirroring with respect to x axis, mirroring with respect to y axis and adding noise were carried out. Hereby, data amount were folded by 8( 2 x 2 x 2 ).
1817

19-
4 ) After data augmentation, **create_training_data.py** script is creating suitable xml files for augmented images.
18+
3 ) Data Augmentation (**create_training_data.py**). Mirroring with respect to x axis, mirroring with respect to y axis and adding noise were carried out. Hereby, data amount were 8-fold.
19+
20+
4 ) After data augmentation, **create_training_data.py** script is creating suitable xml files for augmented images(in order not to label all augmented labels).
2021

2122
5 ) Making our data tabular. Input is image that we feed into CNN. Output1 is one hot encoded classification output. Output2 is the locations of bounding boxes(regression) in **create_training_data.py**.
2223

@@ -42,7 +43,7 @@ This is a multiclass image classification & localization project for SINGLE obje
4243

4344
10 ) Training the CNN on a GPU (GTX 1050 - One epoch lasted 10 seconds approximately)
4445

45-
11 ) Testing on unseen data colled from the Internet(in **testing_images** folder).
46+
11 ) Testing on unseen data (**testing_images** folder) colled from the Internet(in **test.py**).
4647

4748
# Architecture
4849

0 commit comments

Comments
 (0)