Releases: mbari-org/sdcat
v1.29.1
v1.29.0
v1.28.0
v1.28.0 (2026-01-21)
Feature
- feat: rfdetr supports
This adds support for running RF-DETR models from huggingface. For an example, see the MBARI UAV project repo here: https://huggingface.co/MBARI-org/rf-detrLarge-uavs-detectv0. Also now supports defining the detection model in the config.ini file in the detect section, etc..
[detect]
# Detection model
model = MBARI-org/rf-detrLarge-uavs-detectv0
``` ([`b464677`](https://github.com/mbari-org/sdcat/commit/b464677b916ab71b4e4e5c8cdd8873aa09febf3f))v1.27.11
v1.27.10
v1.27.10 (2025-09-05)
Documentation
-
docs: minor correction to JSON (
c84c260) -
docs: minor reformatting (
13a0371) -
docs: minor reformatting (
c09d411) -
docs: added more detail on visualization examples and analysis (
3460cf3) -
docs: some reorg of order & reformatting in README.md for clarity; better description of batching (
f0d5260) -
docs: typo (
f33c384) -
docs: minor addition to badge and intro (
62de3ff)
Fix
- fix: handle out of bounds cluster merge (
4681cdd)
Unknown
- docs: (
b9b8aa9)
v1.27.9
v1.27.9 (2025-07-03)
Bug Fixes
- Triggering release with README.md minor changes moving performance to separate section and usage (
5e93945)
Detailed Changes: v1.27.8...v1.27.9
v1.27.8
v1.27.8 (2025-06-24)
Performance Improvements
- Add support for rotated exemplar merge; this is a performance enhancement that can reduce total clusters by merging clusters based on the median of the exemplar and its rotated variant (
798df04)
Detailed Changes: v1.27.7...v1.27.8
v1.27.7
v1.27.7 (2025-06-23)
Bug Fixes
- Added missing changelog for build and triggering release to generate (
297e63a)
Detailed Changes: v1.27.6...v1.27.7
v1.27.6
v1.27.6 (2025-06-23)
Chores
- Remove debugging characters (
5e29c2c)
Performance Improvements
-
More aggressive duplicate removal and add low-information removal with cleanvision (
dbc52d1) -
Mostly a refactor and ruff format but remove reassigning exemplars after noise assignment which should never be different (
09c871b)
Detailed Changes: v1.27.5...v1.27.6
v1.27.5
v1.27.5 (2025-06-20)
Bug Fixes
- Disable verbose mode for rapids; verbose mode causes and exit condition (
58a9b4a)
Detailed Changes: v1.27.4...v1.27.5