Camera Traps Release Notes
Version 0.3.3
- Implementation of power monitoring plugin for x86 and ARM architectures.
- Implementation of oracle plugin to analyze simulation results.
- Various bug fixes.
Version 0.3.2
- Runtime configuration updates, principally involving changes to the releases directory structure.
- Improved release procedure documentation in top-level README file.
Version 0.3.1
Interum release with Rust support for 2 new power monitoring events.
- Removal of image_uuid field from ImageLabelScore type used in ImageScoredEvent.
- MonitorPowerStartEvent and MonitorPowerStopEvent implemented in Rust (Python support in progress).
- The image_store_plugin deletes files of all types associated with an image when that image is deleted.
Version 0.3.0
Initial release of camera-traps images with the following features:
- Event Engine v0.2.0.
- Internal Rust production plugins image_recv_plugin, image_store_plugin and observer_plugin. The image_recv_plugin always writes the image to the configured images directory. The image_store_plugin determines if an images, based on its score, should be kept or deleted. If kept, its scores are written to a similarly named file with a .score suffix.
- Internal Rust test plugins image_gen_plugin and image_score_plugin. These plugins can be used when not running the cooresponding external plugins.
- External Python production plugins image_gen_plugin and image_score_plugin. The image_gen_plugin injects serveral built-in images into the application and image_score_plugin calls the Microsoft detector with its MegaDetector model to score the images for animal content.