How to add hand-crafted features as an input to a CNN model in MATLAB
조회 수: 7 (최근 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!