Metadata-Version: 2.4
Name: megadetector-utils
Version: 10.0.15
Summary: Utility code associated with the MegaDetector project.
Author-email: Your friendly neighborhood MegaDetector team <cameratraps@lila.science>
Maintainer-email: Your friendly neighborhood MegaDetector team <cameratraps@lila.science>
License-Expression: MIT
Project-URL: Homepage, https://github.com/agentmorris/MegaDetector
Project-URL: Documentation, https://megadetector.readthedocs.io
Project-URL: Bug Reports, https://github.com/agentmorris/MegaDetector/issues
Project-URL: Source, https://github.com/agentmorris/MegaDetector
Keywords: camera traps,conservation,wildlife,ai,megadetector
Classifier: Programming Language :: Python :: 3
Requires-Python: <3.14,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.26.4
Requires-Dist: Pillow>=9.5
Requires-Dist: tqdm>=4.64.0
Requires-Dist: jsonpickle>=3.0.2
Requires-Dist: humanfriendly>=2.1
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: opencv-python>=4.8.0
Requires-Dist: requests>=2.31.0
Requires-Dist: fastquadtree>=1.1.2
Requires-Dist: scikit-learn>=1.3.1
Requires-Dist: pandas>=2.1.1
Requires-Dist: python-dateutil
Requires-Dist: send2trash
Requires-Dist: clipboard
Requires-Dist: dill
Requires-Dist: pytest
Dynamic: license-file

# megadetector-utils

This package is a pip-installable version of <b>just the utility code</b> from the [MegaDetector](https://github.com/agentmorris/MegaDetector/?tab=readme-ov-file#megadetector) repository.  In other words, this package contains everything in the [megadetector](https://pypi.org/project/megadetector/) package <i>except</i> the PyTorch/YOLO dependencies.  If you want to run MegaDetector, you don't want the megadetector-utils package.  If you just want to use the tools for, e.g., postprocessing, manipulating large sets of camera trap images, etc., this package may be useful; it's a much quicker install than the megadetector package.

Version numbers are generally synchronized with the megadetector package.

## Installation

Install with:

`pip install megadetector-utils`

## Package reference

See [megadetector.readthedocs.io](https://megadetector.readthedocs.io).

## Contact

Contact <a href="cameratraps@lila.science">cameratraps@lila.science</a> with questions.

## Gratuitous animal picture

<img src="https://github.com/agentmorris/MegaDetector/raw/main/images/orinoquia-thumb-web_detections.jpg"><br/>Image credit University of Minnesota, from the [Orinoquía Camera Traps](http://lila.science/datasets/orinoquia-camera-traps/) data set.
