Skip to content

Releases: mbari-org/sdcat

v1.16.3

27 Jan 23:41
Compare
Choose a tag to compare

v1.16.3 (2025-01-27)

Build System

Performance Improvements

  • Bump sahi to support YOLOv11 (d36b494)

Detailed Changes: v1.16.2...v1.16.3

v1.16.2

14 Jan 01:54
Compare
Choose a tag to compare

v1.16.2 (2025-01-14)

Performance Improvements

  • Better handling of cuda devices by id across both detection and clustering commands with --device cuda:0 (ae8e395)

Detailed Changes: v1.16.1...v1.16.2

v1.16.1

13 Jan 19:27
Compare
Choose a tag to compare

v1.16.1 (2025-01-13)

Bug Fixes

  • Correct argument order to create_model and added types for float/int args in detect (6bb93bb)

Detailed Changes: v1.16.0...v1.16.1

v1.16.0

11 Jan 20:00
Compare
Choose a tag to compare

v1.16.0 (2025-01-11)

Features

  • Added support for auto-detecting detection model types from huggingface and loading models from a directory. If models do not have the model type encoded in the name, e.g. yolov5 the --model-type yolov5 must be used (3ea7612)

Detailed Changes: v1.15.0...v1.16.0

v1.15.0

10 Jan 20:10
Compare
Choose a tag to compare

v1.15.0 (2025-01-10)

Features

  • Add second score and class assignment for roi cluster (8412941)

Detailed Changes: v1.14.2...v1.15.0

v1.14.2

10 Jan 02:37
Compare
Choose a tag to compare

v1.14.2 (2025-01-10)

Bug Fixes

  • Copy rois to crop path to avoid removal (00ca30f)

Performance Improvements

  • Remove only dark and blurry (1e0de1f)

Detailed Changes: v1.14.1...v1.14.2

v1.14.1

07 Dec 01:39
Compare
Choose a tag to compare

v1.14.1 (2024-12-07)

Bug Fixes

  • Correct clean_vision for roi and added check for is_low_information_issue and is_near_duplicates_issue (849d432)

Detailed Changes: v1.14.0...v1.14.1

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)