Data augmentation_CNN
Mostrar comentarios más antiguos
Iam working on a dataset of total 300 images including 150 pothole images and remaining 150 non-pothole images. Using Data Augmentation method i have classified the images but the accuracy is decreasing. Could anyone please help me in understanding this?
Before data agumentation the accuracy is 96% but after performing the data augmentation the accuracy is decreased to 87%.
1 comentario
Mohammad Sami
el 23 de Abr. de 2020
Is the accuracy you mentioned, training accuracy. Training accuracy is not the best metric to measure the performance of your model. You should see either validation and test accuracy.
If the test accuracy is actually lower, you can also try and reduce the magnitude of augmentation you are doing. Example if you are rotating by 10 degrees, you can change it to 5 degrees e.t.c.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!