Classify all non recognizable objects into a single class.
이전 댓글 표시
I want to classify all objects that were not used during the training into a label as 'NonClassifiableObject'.
Following is an example that I will use describe what I want to express through my question.
Let us just say, my neural network has classification labels: Cat, Dog and Animal.
I want the network to classify cats as 'Cat', dogs as 'Dog' and any other animal that I MIGHT OR MIGHT NOT have used during training as 'Animal'.
All images of cats, dogs and any other animals both during training and testing will have same background and no other object apart from the animal will be in the image. There will no more than 1 animal in a single image.
I am at loss to how to approach this kind of training. The difficult part is to classify all objects that was clearly not used during training into a single label.
Thank you for your time.
댓글 수: 2
Rajesh Kontham
2020년 3월 12일
Gaia Cioffi
2022년 5월 13일
Hi, I'm facing the same problem.
Have you found some solution or proper way to deal with this issue?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Semantic Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!