deel-ai / oodeel

Simple, compact, and hackable post-hoc deep OOD detection for already trained tensorflow or pytorch image classifiers.
https://deel-ai.github.io/oodeel/
MIT License
52 stars 2 forks source link

Feat create dataset class #10

Closed paulnovello closed 1 year ago

paulnovello commented 1 year ago

Creates two new classes:

The idea is to encapsulate library dependent syntax as much as possible inside TFDataHandler to eventually prepare a TorchDataHandler (Left for future developments), and to provide a high level, readable API for OODDatasets.