Train ResNet on BMP images

2 次查看(过去 30 天)
caesar
caesar 2019-1-7
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]?

回答(1 个)

Vishal Bhutani
Vishal Bhutani 2019-1-10
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.

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by