Multi-Input CNN for image classification
古いコメントを表示
I have two different folders of images for 5 objects. I want to create a multi-input CNN as attached here. How can I send two different folders in trainNetwork while training the network and for testing as well?
1 件のコメント
Srivardhan Gadila
2021 年 10 月 8 日
From R2020b onwards we can directly use arrayDatastore function instead of saving the label data to disk and loading it, as mentioned in the answer. For versions less than R2020b the answer would be the workaround.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!