What Kind of Pre-processing is required for images for transfer learning and training AlexNet?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Vinay Chawla
il 1 Ott 2020
Commentato: Vinay Chawla
il 15 Dic 2020
Hello,
I am working on a CNN model for classifying pavement distresses and I am using transferred learning through alexnet. I was wondering if my images require any kind of pre-processing such as (semantic segmentation) other than resizing them. I am using high-resolution colored images of pavement distresses.
Thanks in advance.
0 Commenti
Risposta accettata
Raunak Gupta
il 5 Ott 2020
Hi,
There are several preprocessing techniques which can be used for preparing data to pass to a network for transfer learning applications. Though I cannot suggest a specific step for your case, you can refer to the following documentations which explain more about these techniques.
4 Commenti
Raunak Gupta
il 15 Dic 2020
Hi,
The pre-processing is usually done in cases where the training results on unprocessed data are not good. In those scenario pre-processing can make images more suitable for training. If you are getting good results without using any pre-processing techniques its not necessary to apply any of them.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!