what is the difference between normal image and augmented image data as input to convolutional neural network ?? why augmented image is showing more accuracy ??
3 ビュー (過去 30 日間)
古いコメントを表示
what are the different types of augmentation of image ?
0 件のコメント
回答 (1 件)
Mahmoud Afifi
2020 年 5 月 7 日
編集済み: Mahmoud Afifi
2020 年 5 月 7 日
Data augmentation adds more variety to what the CNN sees during training. This augmentation could be a single pixel shit that introduces “new” data sample to the CNN. Of course more variety in training data increases the robustness of your model. But remember to use a realistic data augmentation that can represent expected conditions on the testing images. Check this Article that discusses this issue (it is mainly about color augmentation, but we can generalize this issue to other augmentation techniques).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!