OpenOOD
OpenOOD copied to clipboard
Score Distribution Visualization?
Hello, dear author, when carrying out ood detection tasks, can we utilize OpenOOD to visualize the score distribution? Does OpenOOD contain this kind of visualization function?
You can. Although we do not provide a direct visualization function, the new evaluator does store the computed OOD score as its class attribute, upon which you can conveniently make any visualization you want. Please check out our colab tutorial and the source code for more details.
https://github.com/Jingkang50/OpenOOD/blob/d17e61c67057759988029fd37255c5a4982147c0/openood/evaluation_api/evaluator.py#L131-L153