필터 지우기
필터 지우기

Use classified test images from alexnet after training to iterate and improve dataset

조회 수: 1 (최근 30일)
I am pre-training a neural network for classifying three classes of images.
My datasets, due to their size, are difficult to filter out and clean up and there are many outliers which are not part of any class.
I would like to filter misclassified images out from the test image set (which is a datastore) based on their score and also set a parameter that classifies only if the scores is high enough (let's say 0.9). If the condition is not met, these images are separated from the dataset into a new folder, for example.
Is there a specific example or a script that would use these [YPred, scores] outputs and correlate them to the images that are falsly predicted in the test image set?
Thanks a lot in advance!

채택된 답변

Saurav Chaudhary
Saurav Chaudhary 2020년 10월 30일
The one way to deal with this is:
  댓글 수: 2
Filip Fedorowicz
Filip Fedorowicz 2020년 10월 30일
Thank you for the reply, the first solution is pretty neat and exactly what I was looking for. I managed to however come up with the same TF vector by a script with for loops. It's good to know that there is an alternative. I basically used to output of [YPred, scores] as a filter. Thanks a lot again.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by