dmlc / dmlc/mxnet-model-gallery
Counting the features identified
- Dominant language
- No language data
- Stars
- 266
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Hi
When I run classification on an image, i am able to extract the top N predicted tags. I can also extract the 1000 or 21000+ length probability array for each class.
Now, for example I have an image of a house with 2 doors. The Classifier can predict door with some probability. I wanted to know if i can tap into some layer of the model to find out how many doors were there ? I am assuming that the classifier will update the probability of the door , if it encounters it for he second time. So, is there a way I can count the number of such tags or such synsets that it has predicted by the classifier ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.