Changelog
Fixed
- (Segmenter) The segmenter now correctly sets the
img_rank
metadata field of the EcoTaxa export to1
, instead of setting it to an incrementing index which makes exports un-importable by EcoTaxa for datasets with more than ~32,000 objects.
Pull Requests
- Fix a few issues with setup on RPi OS 12 (bookworm) by @ethanjli in #15
- Change the path of the machine-name file to load by @ethanjli in #16
- Containerize the segmenter by @ethanjli in #17
- Bump pillow by @ethanjli in #18
- Fix incorrect pixel calibration sizes for v2.5 & v2.6 hardware by @ethanjli in #21
- Replace EcoTaxa export filename fields with just the acquisition ID by @ethanjli in #20
- Stop dropping root in segmenter container by @ethanjli in #22
- Try again to fix GH Actions errors in merge group by @ethanjli in #23
- Migrate to the picamera2 library for camera control & image acquisition by @W7CH in #19
- Bump dependencies by @ethanjli in #24
- Rename pscopehat to planktoscopehat by @ethanjli in #25
- Rename pscopehat to planktoscopehat in hardware config files by @ethanjli in #26
- Don't push container images in PRs from forks by @ethanjli in #30
- Try again to avoid pushing container images in PRs from forks by @ethanjli in #31
- Iterate on code comments and internal APIs for
camera
andimagernew
by @ethanjli in #27 - Only subtract consecutive masks when an env var is set by @ethanjli in #32
- Fix various picamera2 camera settings by @ethanjli in #33
- Refactor CI workflows, adjust image tagging by @ethanjli in #37
- Pull back default planktoscopehat hardware config to v2.5 hardware by @ethanjli in #38
- Initialize camera image gain to a consistent ISO of 150 by @ethanjli in #48
- Make EcoTaxa metadata TSV file names unique per dataset by @RomainFauvel in #40
- Try to mitigate camera preview stream latency problems by @ethanjli in #68
- Fix incorrect segmenter object size thresholding calculations by @ethanjli in #50
- Use merge gatekeeper to avoid running slow CI workflows when not needed by @ethanjli in #69
- Fix incorrect use of
img_rank
field in EcoTaxa export metadata by @ethanjli in #70
New Contributors
- @W7CH made their first contribution in #19
- @RomainFauvel made their first contribution in #40
Full Changelog: v2023.9.0...v2024.0.0