LICENSE
README.md
pyproject.toml
setup.py
src/detectors/__init__.py
src/detectors/config.py
src/detectors/criterions.py
src/detectors/ensemble.py
src/detectors/eval.py
src/detectors/scod_eval.py
src/detectors/trainer.py
src/detectors/utils.py
src/detectors.egg-info/PKG-INFO
src/detectors.egg-info/SOURCES.txt
src/detectors.egg-info/dependency_links.txt
src/detectors.egg-info/requires.txt
src/detectors.egg-info/top_level.txt
src/detectors/aggregations/__init__.py
src/detectors/aggregations/anomaly.py
src/detectors/aggregations/basics.py
src/detectors/aggregations/cosine.py
src/detectors/aggregations/innerprod.py
src/detectors/aggregations/mahalanobis.py
src/detectors/aggregations/power.py
src/detectors/aggregations/quantile.py
src/detectors/aggregations/supervised.py
src/detectors/data/__init__.py
src/detectors/data/cifar_wrapper.py
src/detectors/data/cifarc.py
src/detectors/data/cifarlt.py
src/detectors/data/constants.py
src/detectors/data/english_chars.py
src/detectors/data/imagenet.py
src/detectors/data/imagenetlt.py
src/detectors/data/isun.py
src/detectors/data/lsun_r_c.py
src/detectors/data/mnist_wrapped.py
src/detectors/data/mnistc.py
src/detectors/data/mos.py
src/detectors/data/ninco_ssb_clean.py
src/detectors/data/noise.py
src/detectors/data/openimage_o.py
src/detectors/data/places365.py
src/detectors/data/textures.py
src/detectors/data/tiny_imagenet.py
src/detectors/data/tiny_imagenet_r_c.py
src/detectors/data/utils.py
src/detectors/data/wilds_ds.py
src/detectors/data/OpenImageO/openimage_o_urls.csv
src/detectors/methods/__init__.py
src/detectors/methods/ae.py
src/detectors/methods/argmax.py
src/detectors/methods/bats.py
src/detectors/methods/csi.py
src/detectors/methods/dice.py
src/detectors/methods/doctor.py
src/detectors/methods/energy.py
src/detectors/methods/entropy.py
src/detectors/methods/gmm.py
src/detectors/methods/gmm_torch.py
src/detectors/methods/godin.py
src/detectors/methods/gradnorm.py
src/detectors/methods/gram.py
src/detectors/methods/igeood_logits.py
src/detectors/methods/kl_matching.py
src/detectors/methods/knn_cosine.py
src/detectors/methods/knn_euclides.py
src/detectors/methods/knn_projection.py
src/detectors/methods/l1norm.py
src/detectors/methods/logit_norm.py
src/detectors/methods/mahalanobis.py
src/detectors/methods/max_logits.py
src/detectors/methods/maxcosine.py
src/detectors/methods/mcdropout.py
src/detectors/methods/msp.py
src/detectors/methods/naive.py
src/detectors/methods/odin.py
src/detectors/methods/oe.py
src/detectors/methods/openmax.py
src/detectors/methods/projection.py
src/detectors/methods/rankfeat.py
src/detectors/methods/react.py
src/detectors/methods/react_projection.py
src/detectors/methods/relative_mahalanobis.py
src/detectors/methods/ssd.py
src/detectors/methods/templates.py
src/detectors/methods/utils.py
src/detectors/methods/vim.py
src/detectors/models/__init__.py
src/detectors/models/densenet.py
src/detectors/models/dino.py
src/detectors/models/resnet.py
src/detectors/models/utils.py
src/detectors/models/vgg.py
src/detectors/models/vit.py
src/detectors/pipelines/__init__.py
src/detectors/pipelines/base.py
src/detectors/pipelines/covariate_drift.py
src/detectors/pipelines/drift.py
src/detectors/pipelines/misclassif.py
src/detectors/pipelines/ood.py
src/detectors/pipelines/osr.py
src/detectors/pipelines/sc.py
src/detectors/pipelines/scod.py
src/detectors/preprocessing/__init__.py
src/detectors/preprocessing/basics.py