Metadata-Version: 2.4
Name: megadetector-utils
Version: 10.0.6
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:     MIT License
        
            Permission is hereby granted, free of charge, to any person obtaining a copy
            of this software and associated documentation files (the "Software"), to deal
            in the Software without restriction, including without limitation the rights
            to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
            copies of the Software, and to permit persons to whom the Software is
            furnished to do so, subject to the following conditions:
        
            The above copyright notice and this permission notice shall be included in all
            copies or substantial portions of the Software.
        
            THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
            IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
            FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
            AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
            LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
            OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
            SOFTWARE.
        
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: pyqtree>=1.0.0
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.
