how to make my dataset images with the same size ?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how to make my dataset images with the same size ? for example 227*227*3
0 commentaires
Réponses (1)
Ameer Hamza
le 28 Avr 2020
out_image = imresize(in_image, [227 227]);
out_image will have dimensions of 227x227x3.
0 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!