Skip to content

Releases: mbari-org/sdcat

v1.14.0

27 Nov 03:12
Compare
Choose a tag to compare

v1.14.0 (2024-11-27)

Features

  • Remove dark and blurry examples in clustering using cleanvision (c04fab7)

v1.13.2

23 Nov 00:53
Compare
Choose a tag to compare

v1.13.2 (2024-11-23)

Bug Fixes

  • Correct vits assignment (d35ae96)

v1.13.1

23 Nov 00:17
Compare
Choose a tag to compare

v1.13.1 (2024-11-23)

Bug Fixes

  • Handle index out of range on vits assign (2aee31a)

Refactoring

  • Rename vits prediction option to --use-vits (a1e1301)

v1.13.0

21 Nov 20:31
Compare
Choose a tag to compare

v1.13.0 (2024-11-21)

Bug Fixes

  • Correct order of file/byte for running vss (1d896ee)

  • Correct handling of remove corner (60df1ae)

  • Assign exemplar to crop (05b97c9)

Build System

Chores

Features

  • Added support for assigning predictions to clusters (1b674fe)

  • Assign unknowns via vss (947a8a3)

  • Added pass through of vss server and renaming cluster id in exemplar output (67c4202)

Performance Improvements

  • Assign everything, not just clusters and assign top prediction if there is more than a .05 spread in the top 2 (f6cf171)

v1.12.1

29 Oct 15:36
Compare
Choose a tag to compare

v1.12.1 (2024-10-29)

Performance Improvements

  • perf: always run saliency on multiproc regardless of cpu or gpu as it is not gpu enabled (b7e913e)

v1.12.0

29 Oct 01:35
Compare
Choose a tag to compare

v1.12.0 (2024-10-29)

Bug Fixes

  • fix: correct boolen for remove corners (4161e62)

Chores

  • chore: default to include all detections in cluster (0bf446a)

Continuous Integration

  • ci: add yolov5 to build (b8c2eba)

Features

  • feat: added --model MBARI/yolov5x6-uavs-oneclass to detection (5fcd915)

v1.11.1

25 Sep 20:29
Compare
Choose a tag to compare

v1.11.1 (2024-09-25)

Ci

  • ci: disable release (cbf6394)

  • ci: clean up poetry build before docker (c74efc8)

  • ci: revert to only only amd cuda build (dd133f0)

  • ci: revert to only only amd cuda build (f181dfc)

  • ci: slimmer docker add optional imports (48ae61a)

Fix

  • fix: correct CUDA HDBSCAN fit (c6a8db3)

v1.11.0

18 Sep 16:12
Compare
Choose a tag to compare

v1.11.0 (2024-09-18)

Feature

  • feat: add to cluster command option --skip-visualization since this takes some time and is not needed for prod ml workflows (48d1f19)

v1.10.5

13 Sep 17:52
Compare
Choose a tag to compare

v1.10.5 (2024-09-13)

Fix

  • fix: minor fix to correct debug statement and correct order arg for cluster (645e979)

v1.10.4

05 Sep 16:08
Compare
Choose a tag to compare

v1.10.4 (2024-09-05)

Fix

  • fix: move last cluster removal to exemplars only (96fc5db)