Train ResNet on BMP images

1 回表示 (過去 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 Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by