OpenSet_ReciprocalPoints icon indicating copy to clipboard operation
OpenSet_ReciprocalPoints copied to clipboard

Re-implementation of the published ECCV '20 paper on reciprocal points for open-set recognition. Currently the state-of-the-art in open-set recognition for computer vision as of 10/2020.

Results 5 OpenSet_ReciprocalPoints issues
Sort by recently updated
recently updated
newest added

https://github.com/KevLuo/OpenSet_ReciprocalPoints/blob/61dbb537a6a4b6d5427a69368873536eaa25a265/rpl/penalties.py#L34

i am now having trouble identifying the correct encoder for the corresponding dataset. could you give me some help?

As the paper say:"greater the distance between fθ(x) a n d Pk, the greater the probability that x will be assigned with label k".But I don't see where introduce the...

Hi, I'd like to ask you some questions on the baseline model that you used for the comparison. In README.md, the reported baseline gives a simialr performace to that of...

I have cloned this github and am trying to execute the code using tiny dataset. The error messages shows no module named 'zsh' which is used for data sampling i...