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

refactor: logits as attributes of FeatureExtractor #74

Closed paulnovello closed 1 year ago

paulnovello commented 1 year ago
github-actions[bot] commented 1 year ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1942 1791 92% 70% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
oodeel/extractor/keras_feature_extractor.py 94% 🟢
oodeel/extractor/torch_feature_extractor.py 98% 🟢
oodeel/methods/base.py 86% 🟢
oodeel/methods/dknn.py 100% 🟢
oodeel/methods/energy.py 100% 🟢
oodeel/methods/entropy.py 100% 🟢
oodeel/methods/mahalanobis.py 98% 🟢
oodeel/methods/mls.py 100% 🟢
oodeel/methods/odin.py 100% 🟢
oodeel/methods/vim.py 86% 🟢
TOTAL 96% 🟢

updated for commit: 3ebfb6c by action🐍