how to make my dataset images with the same size ?

Réponses (1)

out_image = imresize(in_image, [227 227]);
out_image will have dimensions of 227x227x3.

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Produits

Version

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by