フィルターのクリア

Is it possible to classify images by using a network trained on different size input?

2 ビュー (過去 30 日間)
Gurunath konka
Gurunath konka 2018 年 9 月 18 日
回答済み: Vishal Bhutani 2018 年 9 月 21 日
If i have trained a network with 40*20 and in future if i tried to test the network with different size (for eg:160*120),does it work ?

回答 (1 件)

Vishal Bhutani
Vishal Bhutani 2018 年 9 月 21 日
By my understanding you have a model trained on different images size(40x20) and want to test it with images of different size(160x120). It is not possible if you pass image directly to model, you can do one thing reshape the size of image(160x120) to (40x20) and then test the model. 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