Train ResNet on BMP images

1 visualización (últimos 30 días)
caesar
caesar el 7 de En. de 2019
Respondida: Vishal Bhutani el 10 de En. de 2019
Hi there ,
I know ResNet CNNs required RGB images, for example ResNet50 used [224 224 3] for training and testing but is ther anyway I can use it with BMP images [28 28 1]?

Respuestas (1)

Vishal Bhutani
Vishal Bhutani el 10 de En. de 2019
As mentioned ResNet50 require an input image of size 224x224x3. So either you an input image of same size[224x224x3] or create an architecture similar to ResNet which accepts an input image of size 28x28x1 by changing size of input layer.
Hope it helps.

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by