Skip to content

Releases: bencevans/camtrapml

v0.4.1

02 Oct 14:30
Compare
Choose a tag to compare

What's Changed

  • fix: broken protobuf related dependencies by @VLucet in #28

Full Changelog: v0.4.0...v0.4.1

v0.4.0

16 Aug 18:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Jun 13:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.3.0

v0.2.5

04 May 15:10
Compare
Choose a tag to compare

What's Changed

  • Fix fast exif where number of paths less than batch size by @bencevans in #10
  • Test README Notebook on Actions by @bencevans in #11

Full Changelog: v0.2.3...v0.2.5

v0.2.3

29 Apr 13:27
Compare
Choose a tag to compare

Fixed a bug with a missed renaming of function.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

25 Apr 03:44
Compare
Choose a tag to compare

Removes declarative imports from init.py files, so the rest of the tree is only imported as and when required.

v0.2.0

14 Apr 13:39
Compare
Choose a tag to compare

Broadened dependency ranges, including TensorFlow, to increase compatibility with workspaces.

v0.1.0

05 Apr 15:44
Compare
Choose a tag to compare

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.