Recent Releases of insect-detect-ml

insect-detect-ml - insect-detect-ml-v1.2

In the v1.2 release, new Google Colab notebooks for custom training of YOLOv6, YOLOv7 and YOLOv8 detection models were added.

The check_images.py script was added, which can be used to automatically remove corrupted images that can sometimes be generated by the automated monitoring script of the DIY camera trap and will cause an error while running the classification script. Running the script will also give you the mean/min/max image width/height of your collected data as output.

New features

  • Add YOLOv6, YOLOv7 and YOLOv8 model training notebooks: https://github.com/maxsitt/insect-detect-ml/commit/ba914e04824d8f40e6464bb35656ceaa4f2c06b9
  • Add check_images.py script: https://github.com/maxsitt/insect-detect-ml/commit/2508fa48f59dfe2c2d0643e8380942adbaefcb77

Important Updates

Update license to AGPLv3: https://github.com/maxsitt/insect-detect-ml/commit/78d55fc28176665f6e98e1fe5c0dac62f7028f89

Changelog

Changes between previous release and this release: https://github.com/maxsitt/insect-detect-ml/compare/v1.1...v1.2

- Jupyter Notebook
Published by maxsitt over 2 years ago

insect-detect-ml - insect-detect-ml-v1.1

For the v1.1 release, a new YOLOv5s-cls model in ONNX format for faster CPU inference was added. This model was trained on a new dataset version, including episyr_balt (Episyrphus balteatus) as added class.

New features

Add new YOLOv5n-cls ONNX model: https://github.com/maxsitt/insect-detect-ml/commit/84e15ecb9dd067ddecc1ade361bafcd691a6c405

Important Updates

Update csv_analysis.py: https://github.com/maxsitt/insect-detect-ml/commit/660a6dc5a979fe88ef345f5f596be9336f54d8c3

Changelog

Changes between previous release and this release: https://github.com/maxsitt/insect-detect-ml/compare/v1.0...v1.1

- Jupyter Notebook
Published by maxsitt about 3 years ago

insect-detect-ml - insect-detect-ml-v1.0

First release of the insect-detect-ml repository, containing Jupyter notebooks for YOLOv5 detection and classification model training and Python scripts for classification and analysis of insect images and metadata, collected with the Insect Detect DIY camera trap.

- Jupyter Notebook
Published by maxsitt about 3 years ago