필터 지우기
필터 지우기

Machine Learning using Image Labeler App, Classification Learner App

조회 수: 2 (최근 30일)
Navya Prakash
Navya Prakash 2019년 8월 15일
답변: Drew 2022년 10월 18일
I have a image dataset which has defect data and good data (positive and negative dataset). I have used the Image labeler app for labeling defects and good bounding boxes for my entire dataset. I would like to apply HOG feature extraction on the defect and good labels from the gTruth obtained from the Image labelling session. I also would like to feed in these features extracted to the SVM using Classification learner app.

답변 (1개)

Drew
Drew 2022년 10월 18일
Here is an example of how to extract image features using a pretrained network, and then build a classifier with those features:
When extracting the features, you can substitute HOG instead of the pretrained network: https://www.mathworks.com/help/vision/ref/extracthogfeatures.html
When building the SVM classfier, you can substitute the Classification Learner App instead of using the MATLAB commandline.

카테고리

Help CenterFile Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by