Recent Releases of camtrapml
camtrapml - v0.4.0
What's Changed
- Made ImageDataset name optional by @jaivardhan-bhola in https://github.com/bencevans/camtrapml/pull/20
- Add IPTC keyword tagging parsing by @bencevans in https://github.com/bencevans/camtrapml/pull/25
- Speed up Image Enumeration by @bencevans in https://github.com/bencevans/camtrapml/pull/17
New Contributors
- @jaivardhan-bhola made their first contribution in https://github.com/bencevans/camtrapml/pull/20
Full Changelog: https://github.com/bencevans/camtrapml/compare/v0.3.0...v0.4.0
- Python
Published by bencevans over 3 years ago
camtrapml - v0.3.0
What's Changed
- Update Python Versions on Actions by @bencevans in https://github.com/bencevans/camtrapml/pull/12
- Run CodeQL Analysis on Actions by @bencevans in https://github.com/bencevans/camtrapml/pull/8
- Add a timeout for loading images from HTTP/S by @bencevans in https://github.com/bencevans/camtrapml/pull/13
Full Changelog: https://github.com/bencevans/camtrapml/compare/v0.2.5...v0.3.0
- Python
Published by bencevans over 3 years ago
camtrapml - v0.2.5
What's Changed
- Fix fast exif where number of paths less than batch size by @bencevans in https://github.com/bencevans/camtrapml/pull/10
- Test README Notebook on Actions by @bencevans in https://github.com/bencevans/camtrapml/pull/11
Full Changelog: https://github.com/bencevans/camtrapml/compare/v0.2.3...v0.2.5
- Python
Published by bencevans almost 4 years ago
camtrapml - v0.1.0
The initial release of CamTrapML.
Features Including:
- Loading of Camera Trap Imagery Datasets
- Loading images from both local file systems and HTTP/HTTPS
- Extracting EXIF data from image sets, often containing date/time, sequence or tagging metadata
- Detection of animal, human and vehicle classes using the Microsoft MegaDetector
- Detection using custom Tensorflow Object Detection API models
- Extracting and removing detections from images. Particularly useful for removing humans from imagery or extracting animals for further classification.
- Python
Published by bencevans almost 4 years ago