mbsantiago
|
ce952e364b
|
Update audio module docstrings
|
2026-03-08 17:02:25 +00:00 |
|
mbsantiago
|
ef3348d651
|
Update model docstrings
|
2026-03-08 16:34:17 +00:00 |
|
mbsantiago
|
4207661da4
|
Add test for backbones
|
2026-03-08 16:04:54 +00:00 |
|
mbsantiago
|
45e3cf1434
|
Modify example config to add name
|
2026-03-08 15:23:14 +00:00 |
|
mbsantiago
|
f2d5088bec
|
Run formatter
|
2026-03-08 15:18:21 +00:00 |
|
mbsantiago
|
652d076b46
|
Add backbone registry
|
2026-03-08 15:02:56 +00:00 |
|
mbsantiago
|
e393709258
|
Add interfaces for encoder/decoder/bottleneck
|
2026-03-08 14:43:16 +00:00 |
|
mbsantiago
|
54605ef269
|
Add blocks and detector tests
|
2026-03-08 14:17:47 +00:00 |
|
mbsantiago
|
b8b8a68f49
|
Add gradio as optional group
|
2026-03-08 13:17:32 +00:00 |
|
mbsantiago
|
6812e1c515
|
Update default detection class config
|
2026-03-08 13:17:23 +00:00 |
|
mbsantiago
|
0b344003a1
|
Ignore scripts for now
|
2026-03-08 13:17:12 +00:00 |
|
mbsantiago
|
c9bcaebcde
|
Ignore notebooks for now
|
2026-03-08 13:17:03 +00:00 |
|
mbsantiago
|
d52e988b8f
|
Fix type errors
|
2026-03-08 12:55:36 +00:00 |
|
mbsantiago
|
cce1b49a8d
|
Run formatting
|
2026-03-08 08:59:28 +00:00 |
|
mbsantiago
|
8313fe1484
|
Minor formatting
|
2026-03-07 16:09:43 +00:00 |
|
mbsantiago
|
4509602e70
|
Run automated fixes
|
2025-12-12 21:29:25 +00:00 |
|
mbsantiago
|
0adb58e039
|
Run formatter
|
2025-12-12 21:28:28 +00:00 |
|
mbsantiago
|
531ff69974
|
Cleanup evaluate
|
2025-12-12 21:14:31 +00:00 |
|
mbsantiago
|
750f9e43c4
|
Make sure threshold is used
|
2025-12-12 19:53:15 +00:00 |
|
mbsantiago
|
f71fe0c2e2
|
Using matching and affinity functions from soundevent
|
2025-12-12 19:25:01 +00:00 |
|
mbsantiago
|
113f438e74
|
Run lint fixes
|
2025-12-08 17:19:33 +00:00 |
|
mbsantiago
|
2563f26ed3
|
Update type hints to python 3.10
|
2025-12-08 17:14:50 +00:00 |
|
mbsantiago
|
9c72537ddd
|
Add parquet format for outputs
|
2025-12-08 17:11:35 +00:00 |
|
mbsantiago
|
72278d75ec
|
Upgrade soundevent to 2.10
|
2025-12-08 17:11:22 +00:00 |
|
mbsantiago
|
a4a5a10da1
|
Remove torch version restrictions
|
2025-11-28 18:10:51 +00:00 |
|
mbsantiago
|
202c6cbab0
|
Fix tests
|
2025-11-28 18:10:37 +00:00 |
|
mbsantiago
|
7336638fa9
|
Add average precision computation to pr curves if needed
|
2025-11-22 00:34:42 +00:00 |
|
mbsantiago
|
16c401b1da
|
Add method to compute attention weights
|
2025-11-22 00:34:31 +00:00 |
|
mbsantiago
|
4ecbc2b734
|
Add function to facilitate task evaluation
|
2025-11-22 00:34:23 +00:00 |
|
mbsantiago
|
dbd2d30ead
|
save predictions as individual nc files for speed
|
2025-11-19 13:54:57 +00:00 |
|
mbsantiago
|
bdb9e18964
|
Add explicit kwarg name to _freq_to_index to avoid confusion
|
2025-11-16 23:57:11 +00:00 |
|
mbsantiago
|
a4498cfd83
|
Add functional versions of metric and plotting utils
|
2025-11-16 21:37:47 +00:00 |
|
mbsantiago
|
960b9a92e4
|
Fix legacy import to use reproducible UUIDs
|
2025-11-16 21:37:33 +00:00 |
|
mbsantiago
|
76503fbd12
|
Fix order of config merge
|
2025-11-12 00:17:25 +00:00 |
|
mbsantiago
|
69921f258a
|
Add GreedyAffinityMatching as an alternative to optimal affinity matching
|
2025-11-10 19:28:47 +00:00 |
|
mbsantiago
|
6039b2c3eb
|
Avoid empty strings as tags in legacy format conversion
|
2025-11-10 19:28:15 +00:00 |
|
mbsantiago
|
efc996a0db
|
Add targets to data summary command
|
2025-11-10 19:27:31 +00:00 |
|
mbsantiago
|
110432bd40
|
Added batch_size and num_workers to API
|
2025-10-29 12:13:16 +00:00 |
|
mbsantiago
|
8366410332
|
Update test
|
2025-10-27 19:39:38 +00:00 |
|
mbsantiago
|
aa4ad68958
|
Update dependencies
|
2025-10-27 19:39:28 +00:00 |
|
mbsantiago
|
401a3832ce
|
Add other output formats
|
2025-10-27 19:39:20 +00:00 |
|
mbsantiago
|
6d0a73dda6
|
Add deepmerge dependency
|
2025-10-14 18:21:07 +01:00 |
|
mbsantiago
|
5736421023
|
Add arguments to train cli
|
2025-10-14 18:19:33 +01:00 |
|
mbsantiago
|
3913d2d350
|
Add merge config option
|
2025-10-14 18:05:12 +01:00 |
|
mbsantiago
|
24dcc47e73
|
Fix import of DEFAULT_CHECKPOINT_DIR
|
2025-10-04 15:16:11 +01:00 |
|
mbsantiago
|
160cb6ae30
|
Add checkpoint config
|
2025-10-04 15:08:34 +01:00 |
|
mbsantiago
|
2d796394f6
|
Store anns and preds instead of evals in EvaluatorModule
|
2025-09-30 19:10:07 +01:00 |
|
mbsantiago
|
49ec1916ce
|
Fix API after module name change
|
2025-09-30 18:24:06 +01:00 |
|
mbsantiago
|
8727edf466
|
Save checkpoint on max class mAP
|
2025-09-30 18:20:31 +01:00 |
|
mbsantiago
|
2f48c58de1
|
api_v2
|
2025-09-30 13:56:25 +01:00 |
|