Releases: PetervanLunteren/EcoAssist
EcoAssist v5.8
Added smoothing feature to reduce noise by averaging predictions over images, videos and sequences.
Full Changelog: v.5.7...v.5.8
EcoAssist v5.7
Generate plots, graphs and maps based on the detections.
Full Changelog: v.5.6...v.5.7
EcoAssist v5.6
This version is compatible with the PytorchWildlife Amazon Rainforest model.
Full Changelog: v.5.5...v.5.6
EcoAssist v5.5
Adjusted code to import MEWC class_list.yaml
Full Changelog: v5.4...v.5.5
EcoAssist v5.3
Adjusted code for the new NZ species identification model.
Full Changelog: v5.2...v5.3
EcoAssist v5.2
Added DeepFaune v1.1 model to the list of classifiers.
What's Changed
- Add DeepFaune v1.1 by @PetervanLunteren in #38
Full Changelog: v5.0...v5.2
EcoAssist v5.1
Moved PyQt5 dependency to PySide6 for Unix systems to avoid HomeBrew dependency and extra install.
Full Changelog: v.5.0...v5.1
EcoAssist v5.0
- new window: simple mode
- saves user settings
- incorporated Namibian species model
- automatic model download
- switch between virtual environments
What's Changed
- Update to v5.0 by @PetervanLunteren in #34
New Contributors
- @PetervanLunteren made their first contribution in #34
Full Changelog: v4.4...v.5.0
EcoAssist v4.4
In previous versions of EcoAssist (v3.0 > v4.3) it was possible to train your own object detection models based on MegaDetector to detect your target species. Although this did work, it wasn't the best approach to develop a species recognition model. It required lots of training data, processing power, time, electricity and wasn't very accurate. Advancing insights revealed that better results can be obtained by using a object classification model to be used in conjunction with the results of MegaDetector. The animals will then be located by MegaDetector, and further classified by your custom model. EcoAssist > v4.2 does support the deployment of a classification model to be used in conjunction with MegaDetector, but training such a model is more complicated and hasn't been incorporated into EcoAssist (yet).
Further:
- new logo
- fixed scroll issues
- moved documentation to https://addaxdatascience.com/ecoassist/
Full Changelog: v4.3...v4.4
EcoAssist v4.3
Full Changelog: v4.2...v4.3