Commit Graph

157 Commits

Author SHA1 Message Date
mbsantiago
ec4fa6c262 feat: support configurable batdetect2 class labels 2026-05-06 19:27:00 +01:00
mbsantiago
d35866439b fix: normalize shared relative output paths 2026-05-06 19:11:55 +01:00
mbsantiago
c4f759e9a3 feat: restore legacy batdetect2 process outputs 2026-05-06 18:57:52 +01:00
mbsantiago
ce6975770e ci: add GitHub workflows and release helpers 2026-05-06 17:22:18 +01:00
mbsantiago
6587c6c4e5 feat: rename CLI inference command to process 2026-05-06 14:32:51 +01:00
mbsantiago
b4efcfcf0f docs: refresh api reference guidance 2026-05-06 14:06:04 +01:00
mbsantiago
5cc5767eff fix: rename detector heads and refresh bundled checkpoint 2026-05-06 12:50:53 +01:00
mbsantiago
2008c8000f refactor: replace abstract model types with protocols 2026-05-06 12:50:32 +01:00
mbsantiago
a27d1bbfd3 refactor: derive training config from the model 2026-05-06 12:48:40 +01:00
mbsantiago
7c05fb8577 feat: default to bundled checkpoint
Fall back to the bundled uk_same model when no checkpoint is provided in the shared loader and fine-tune CLI. Keep tests aligned with the new default resolution behavior.
2026-05-06 10:33:04 +01:00
mbsantiago
84918086c8 feat: streamline bundled checkpoint handling
Support packaged model aliases and save weights-only checkpoints by default so distributed models stay small while remaining easy to load.
2026-05-05 21:34:54 +01:00
mbsantiago
5526ac99fc Remove stale dependencies 2026-05-05 16:20:37 +01:00
mbsantiago
f5afa9881c feat: load checkpoints from Hugging Face 2026-05-05 15:46:39 +01:00
mbsantiago
5a974711b0 feat: log training provenance artifacts 2026-05-05 14:09:53 +01:00
mbsantiago
7b2699786f feat: add checkpoint finetuning workflow 2026-05-05 12:16:37 +01:00
mbsantiago
75e52cc548 fix: keep checkpoint targets immutable 2026-05-05 10:59:32 +01:00
mbsantiago
7a10b7ffff refactor: remove aggregate app config 2026-05-04 23:10:31 +01:00
mbsantiago
aa36df668f feat: persist target configs in checkpoints 2026-05-04 22:54:32 +01:00
mbsantiago
20a7c058fc feat: support target config roundtrips 2026-05-04 22:31:32 +01:00
mbsantiago
57236fc82a refactor: decouple model metadata from target configs 2026-05-04 21:18:17 +01:00
mbsantiago
da113eaea8 Add path_in_list condition 2026-04-04 10:44:35 +01:00
mbsantiago
1579bbc6c5 Add csv list format 2026-04-04 10:23:14 +01:00
mbsantiago
00961132a9 Improve test suite for conditions 2026-04-03 17:07:26 +01:00
mbsantiago
e04d86808d Add clip annotation filtering to data loading 2026-04-03 16:40:23 +01:00
mbsantiago
c8dd4155bf Add conditions for clips and recordings 2026-04-03 16:40:11 +01:00
mbsantiago
e80fe8675d Mark some tests as slow for quicker feedback 2026-03-29 15:55:24 +01:00
mbsantiago
c24056214c Make sure api_v2 loads fast 2026-03-29 15:10:18 +01:00
mbsantiago
6d09133dca Minor fixes 2026-03-29 14:30:14 +01:00
mbsantiago
2b235e28bb Separate targets and ROI 2026-03-29 13:11:42 +01:00
mbsantiago
c5b2446978 Add tests for detection threshold 2026-03-28 14:42:15 +00:00
mbsantiago
a1fad6d7d7 Add test for checkpointing 2026-03-19 01:26:37 +00:00
mbsantiago
99b9e55c0e Add extra and strict arguments to load config functions, migrate example config 2026-03-18 22:06:45 +00:00
mbsantiago
0163a572cb Expanded cli tests 2026-03-18 20:35:08 +00:00
mbsantiago
f0af5dd79e Change inference command to predict 2026-03-18 20:07:53 +00:00
mbsantiago
2f03abe8f6 Remove stale load functions 2026-03-18 19:43:54 +00:00
mbsantiago
bf5b88016a Polish evaluate and train CLI 2026-03-18 19:15:57 +00:00
mbsantiago
f9056eb19a Ensure config is source of truth 2026-03-18 18:33:51 +00:00
mbsantiago
ebe7e134e9 Allow building new head 2026-03-18 17:44:35 +00:00
mbsantiago
8e35956007 Create save evaluation results 2026-03-18 16:49:22 +00:00
mbsantiago
a332c5c3bd Allow loading predictions in different formats 2026-03-18 16:17:50 +00:00
mbsantiago
9fa703b34b Allow training on existing model 2026-03-18 13:58:52 +00:00
mbsantiago
6276a8884e Add roundtrip test for encoding decoding geometries 2026-03-18 12:09:03 +00:00
mbsantiago
7b1cb402b4 Add a few clip and detection transforms for outputs 2026-03-18 11:24:22 +00:00
mbsantiago
b3af70761e Create EvaluateTaskProtocol 2026-03-18 01:53:28 +00:00
mbsantiago
daff74fdde Moved decoding to outputs 2026-03-18 01:35:34 +00:00
mbsantiago
751be53edf Moving types around to each submodule 2026-03-18 00:01:35 +00:00
mbsantiago
c226dc3f2b Add outputs module 2026-03-17 23:00:26 +00:00
mbsantiago
feee2bdfa3 Add scheduler and optimizer module 2026-03-17 21:16:41 +00:00
mbsantiago
615c7d78fb Added a full test of training and saving 2026-03-17 15:38:07 +00:00
mbsantiago
56f6affc72 use train config in training module 2026-03-17 14:16:40 +00:00