Recent Releases of Wild Me Scout
Wild Me Scout - 2.4.0
Release date: December 10, 2024
Important: if you're updating to this version of Scout from an older version, it is recommended that you clear your browser cache rather than simply refresh.
What's Changed
Feature Updates
- Sort hotkey labels to be numerical by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/105
- Consistent labeling for image sort by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/106
- Moved label management button out of filters by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/111
- Enable admin password reset with override token by @erinz2020 in https://github.com/WildMeOrg/scout/pull/114
- Changed annotations boxes to be outline-only by @erinz2020 in https://github.com/WildMeOrg/scout/pull/119
- State of show labels checkbox now persists between images by @erinz2020 in https://github.com/WildMeOrg/scout/pull/118
- Add toggle for set/unset active hotkey by @erinz2020 in https://github.com/WildMeOrg/scout/pull/117
- Divide the image selection form into two columns by @erinz2020 in https://github.com/WildMeOrg/scout/pull/123
- Zoom with mouse scroll wheel by @erinz2020 in https://github.com/WildMeOrg/scout/pull/122
- Filter image by datetime rather than just by date by @erinz2020 in https://github.com/WildMeOrg/scout/pull/124
- Image grid that can be toggled on and off during annotation flows by @erinz2020 in https://github.com/WildMeOrg/scout/pull/128
- Add a spinner to indicate image-count is still loading by @erinz2020 in https://github.com/WildMeOrg/scout/pull/125
Developer Feature
- Provide system configuration to allow work on Scout with example data (and no scoutbot) by @naknomum in https://github.com/WildMeOrg/scout/pull/116
Bug Fixes
- Fix an annotation display issue caused by new feature(zoom) by @erinz2020 in https://github.com/WildMeOrg/scout/pull/127
- Improve image count query performance by @erinz2020 in https://github.com/WildMeOrg/scout/pull/125
- Sync labels from scoutbot rather than manual list by @erinz2020 in https://github.com/WildMeOrg/scout/pull/126
- Add debounce to reduce db requests by @erinz2020 in https://github.com/WildMeOrg/scout/pull/129
- Improve performance when filtering by annotation label by reducing db requests by @erinz2020 in https://github.com/WildMeOrg/scout/pull/130
Project Support
- Update Dockerfile to work with DockerHub by @tsubramanian in https://github.com/WildMeOrg/scout/pull/93, https://github.com/WildMeOrg/scout/pull/96
- Git actions with automated build by @tsubramanian in https://github.com/WildMeOrg/scout/pull/94
- Fixed gitbuild Issue by @tsubramanian in https://github.com/WildMeOrg/scout/pull/95
- Build scout when there is a change in Scoutbot by @tsubramanian in https://github.com/WildMeOrg/scout/pull/102
- Allow DEBUG env variable to permit console messages; drop term "NAS" by @naknomum in https://github.com/WildMeOrg/scout/pull/103
- Point docs references to new site by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/99
- Bump docker/login-action from 1 to 3 by @dependabot in https://github.com/WildMeOrg/scout/pull/98
- Bump actions/checkout from 2 to 4 by @dependabot in https://github.com/WildMeOrg/scout/pull/97
- Bump sails from 1.5.3 to 1.5.7 by @dependabot in https://github.com/WildMeOrg/scout/pull/89
Full Changelog: https://github.com/WildMeOrg/scout/compare/2.3.0...2.4.0
Biosphere - Terrestrial Wildlife
- JavaScript
Published by TanyaStere42 5 months ago

Wild Me Scout - 2.3.0
What's Changed
- cuda:12.2.2 upgrade by @tsubramanian in https://github.com/WildMeOrg/scout/pull/92
Full Changelog: https://github.com/WildMeOrg/scout/compare/2.2.1...2.3.0
Biosphere - Terrestrial Wildlife
- JavaScript
Published by TanyaStere42 9 months ago

Wild Me Scout - 2.2.1
What's Changed
- remove dummy ml option by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/71
- Fix documentation links by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/72
- fix error/death during gm.identify() on bad file by @naknomum in https://github.com/WildMeOrg/scout/pull/74
- coyright update by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/75
- Increased timeout so Scout successfully builds with Scoutbot dependency by @tsubramanian in https://github.com/WildMeOrg/scout/pull/77
- Fix bad sort option on image gallery preview by @ejcunningham in https://github.com/WildMeOrg/scout/pull/78
- Add GPS coordinates to GT and CSV export by @ejcunningham in https://github.com/WildMeOrg/scout/pull/85
- Add GPS filtering to task creation flow by @ejcunningham in https://github.com/WildMeOrg/scout/pull/86
- Add form validation for location filters in image selection modal by @ejcunningham in https://github.com/WildMeOrg/scout/pull/87
- Bump grunt from 1.0.4 to 1.5.3 by @dependabot in https://github.com/WildMeOrg/scout/pull/88
New Contributors
- @tsubramanian made their first contribution in https://github.com/WildMeOrg/scout/pull/77
- @ejcunningham made their first contribution in https://github.com/WildMeOrg/scout/pull/78
- @dependabot made their first contribution in https://github.com/WildMeOrg/scout/pull/88
Full Changelog: https://github.com/WildMeOrg/scout/compare/2.1.1...2.2.1
Biosphere - Terrestrial Wildlife
- JavaScript
Published by TanyaStere42 10 months ago

Wild Me Scout - 2.1.1hotfix
Hotfix focused on stabilizing ingestion and cleaning up test changes.
What's Changed
- Non-image files in folder break ingestion by @naknomum in https://github.com/WildMeOrg/scout/issues/68
- Image ingestion thread is dying in background by @naknomum in https://github.com/WildMeOrg/scout/issues/73
- remove dummy ml option by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/71
- Fix documentation links by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/72
- fix error/death during gm.identify() on bad file by @naknomum in https://github.com/WildMeOrg/scout/pull/74
Full Changelog: https://github.com/WildMeOrg/scout/compare/2.1.1...2.1.1hotfix
Biosphere - Terrestrial Wildlife
- JavaScript
Published by TanyaStere42 about 1 year ago

Wild Me Scout - 2.1.1
What's Changed
- Point to main scoutbot by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/66
Full Changelog: https://github.com/WildMeOrg/scout/compare/2.1...2.1.1
Biosphere - Terrestrial Wildlife
- JavaScript
Published by TanyaStere42 about 1 year ago

Wild Me Scout - 2.1
What's Changed
- Box H output fixed by @simbamangu in https://github.com/WildMeOrg/scout/pull/51
- annotation-overlap-hotfix by @erinz2020 in https://github.com/WildMeOrg/scout/pull/54
- add image height and width to export image file by @erinz2020 in https://github.com/WildMeOrg/scout/pull/56
- filter tasks by tags and export by @erinz2020 in https://github.com/WildMeOrg/scout/pull/59
- Update NVIDIA image to 11.6.2 in dockerfile by @simbamangu in https://github.com/WildMeOrg/scout/pull/58
- add util folder with standards readme by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/62
- Training by @holmbergius in https://github.com/WildMeOrg/scout/pull/64
- Pipeline v3 by @holmbergius in https://github.com/WildMeOrg/scout/pull/65
New Contributors
- @simbamangu made their first contribution in https://github.com/WildMeOrg/scout/pull/51
- @holmbergius made their first contribution in https://github.com/WildMeOrg/scout/pull/64
Full Changelog: https://github.com/WildMeOrg/scout/compare/2.0...2.1
Biosphere - Terrestrial Wildlife
- JavaScript
Published by TanyaStere42 about 1 year ago

Wild Me Scout - v2.1
Added the second generation AI models from Wild Me using pre-existing and KAZA-collected data. Includes training data for self-testing.
What's Changed
- Box H output fixed by @simbamangu in https://github.com/WildMeOrg/scout/pull/51
- annotation-overlap-hotfix by @erinz2020 in https://github.com/WildMeOrg/scout/pull/54
- add image height and width to export image file by @erinz2020 in https://github.com/WildMeOrg/scout/pull/56
- filter tasks by tags and export by @erinz2020 in https://github.com/WildMeOrg/scout/pull/59
- Update NVIDIA image to 11.6.2 in dockerfile by @simbamangu in https://github.com/WildMeOrg/scout/pull/58
- add util folder with standards readme by @TanyaStere42 in https://github.com/WildMeOrg/scout/pull/62
- Training by @holmbergius in https://github.com/WildMeOrg/scout/pull/64
- Pipeline v3 by @holmbergius in https://github.com/WildMeOrg/scout/pull/65
New Contributors
- @simbamangu made their first contribution in https://github.com/WildMeOrg/scout/pull/51
- @TanyaStere42 made their first contribution in https://github.com/WildMeOrg/scout/pull/62
- @holmbergius made their first contribution in https://github.com/WildMeOrg/scout/pull/64
Full Changelog: https://github.com/WildMeOrg/scout/compare/2.0...2.1
Biosphere - Terrestrial Wildlife
- JavaScript
Published by TanyaStere42 about 1 year ago

Wild Me Scout - v2.0.1-hotfix
Addresses issues with bounding box overlap, added image height and width to export, and ensured task filters are respected on export creation
What's Changed
- Box H output fixed by @simbamangu in https://github.com/WildMeOrg/scout/pull/51
- annotation-overlap-hotfix by @erinz2020 in https://github.com/WildMeOrg/scout/pull/54
- add image height and width to export image file by @erinz2020 in https://github.com/WildMeOrg/scout/pull/56
- filter tasks by tags and export by @erinz2020 in https://github.com/WildMeOrg/scout/pull/59
- Update NVIDIA image to 11.6.2 in dockerfile by @simbamangu in https://github.com/WildMeOrg/scout/pull/58
New Contributors
- @simbamangu made their first contribution in https://github.com/WildMeOrg/scout/pull/51
Full Changelog: https://github.com/WildMeOrg/scout/compare/2.0...2.0.1hotfix
Biosphere - Terrestrial Wildlife
- JavaScript
Published by TanyaStere42 over 1 year ago

Wild Me Scout - Scout 2.0 Release
Scout 2.0 Release Notes
Wild Me’s Scout is designed to support processing aerial survey data, and is being used to support annotators and lab leads working on the Kavango–Zambezi Transfrontier Conservation Area (KAZA TFCA) aerial survey.
New to this release:
- ScoutBot is even better at detecting animals in images
- Image processing is faster with the addition of hot keys support
- Creating new tasks is easier with new filters and tagging
- Image views have been improved, reserving the majority of screen space for the image you’re reviewing
- Find out more with our Scout Documentation.
Biosphere - Terrestrial Wildlife
- JavaScript
Published by holmbergius about 2 years ago
