-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The core functionality should be available with pip install camtrapml, e.g. image processing and filtering.
Features that require a more heavy set of dependencies, such as Exif extraction, detection and classification tooling, should require installation as options e.g.
pip install camtrapml[md4]
pip install camtrapml[md5]
pip install camtrapml[exif]
Everything with something along the lines of
pip install camtrapml[md4,md5,exif]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request