kkirchheim / pytorch-ood

👽 Out-of-Distribution Detection with PyTorch
https://pytorch-ood.readthedocs.io/
Apache License 2.0
237 stars 23 forks source link

WOODS is a method worth adding! #30

Closed Hengwei-Zhao96 closed 11 months ago

Hengwei-Zhao96 commented 11 months ago

Hi,

Thanks for pytorch-ood, which is very user-friendly!

I noticed that there is a method called WOODS (Training OOD Detectors in their Natural Habitats), which is different from the existing OOD methods. Maybe this method can be added to pytorch-ood.

kkirchheim commented 11 months ago

Hi, thank you for the suggestion. Currently, I am unfortunately short on time. If you have a working implementation of this method, I would appreciate if you could wrap it up in the pytorch-ood API and create a pull request. Otherwise, I could only manage to maybe implement it in a couple of weeks, once I have more time available.