Classify all non recognizable objects into a single class.
Show older comments
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 Comments
Rajesh Kontham
on 12 Mar 2020
Gaia Cioffi
on 13 May 2022
Hi, I'm facing the same problem.
Have you found some solution or proper way to deal with this issue?
Answers (0)
Categories
Find more on Semantic Segmentation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!