Train ResNet on BMP images

조회 수: 2 (최근 30일)
caesar
caesar 2019년 1월 7일
답변: Vishal Bhutani 2019년 1월 10일
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