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
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 ).
18
17
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).
20
21
21
22
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**.
22
23
@@ -42,7 +43,7 @@ This is a multiclass image classification & localization project for SINGLE obje
42
43
43
44
10 ) Training the CNN on a GPU (GTX 1050 - One epoch lasted 10 seconds approximately)
44
45
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**).
0 commit comments