detectors 0.1.11
0
Detectors: a python package to benchmark generalized out-of-distribution detection methods.
Contents
This is a comprehensive library for generalized Out-of-Distribution (OOD) detection research. It provides over 20 detection methods, evaluation pipelines, OOD datasets, and model architectures integrated with timm. Additionally, it offers fast OOD evaluation metrics, multi-layer detection methods, and pipelines for open set recognition and covariate drift detection.
Stars: 11, Watchers: 11, Forks: 0, Open Issues: 0The edadaltocg/detectors
repo was created 1 years ago and the last code push was 3 months ago. The project is not very popular with only 11 github stars!
How to Install detectors
You can install detectors using pip
pip install detectors
or add it to a project with poetry
poetry add detectors
Package Details
- Author
- Eduardo Dadalto
- License
- APACHE 2.0
- Homepage
- https://github.com/edadaltocg/detectors
- PyPi:
- https://pypi.org/project/detectors/
- GitHub Repo:
- https://github.com/edadaltocg/detectors
Classifiers
- Scientific/Engineering/Artificial Intelligence
Related Packages
Errors
A list of common detectors errors.
Code Examples
Here are some detectors
code examples and snippets.