How to add hand-crafted features as an input to a CNN model in MATLAB
2 ビュー (過去 30 日間)
古いコメントを表示
I have extracted hand-crafted features for a face image dataset and now I want to feed these feature vectors to a CNN model, so as to improve my image retrieval accuracy. Please guide me in this regard. Thank you.
7 件のコメント
Abolfazl Chaman Motlagh
2022 年 5 月 24 日
do you have specific network architecture for your problem? because generally adding this extra feature to network has a lot of ambiguities. for example in which level of information (layer) you want to input these data to network?
採用された回答
David Willingham
2022 年 5 月 24 日
Hi,
This example shows how to train a model using image and feature data, Train Network on Image and Feature Data.
Is this what you were looking for?
5 件のコメント
David Willingham
2022 年 5 月 26 日
Has the network already been trained? If it requires re-training, why does the example above not suffice?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!