aadeshnpn/OSDN

How to set the threshold for openmax?

Alabenba opened this issue · 1 comments

Hi, althogh I have run this project successfully, I'm still a little bit confused about the openmax threshold settings. Why you choose 10 as the openmax threshold? Could you please take minutes to explain about it?
Looking forward to your reply. Thanks!
image

For the examples in this repo, we are using dataset that has just 10 classes (MNIST has 0-9). The openmax will return labels from 0-10 where 0-9 coincides with the labels from MNIST and 10 means that the given input image is outside the labels thus it is unknown. Hope this helps!