Commit Graph

  • 591d4f4ae8 Update docs on roi separation train mbsantiago 2026-03-29 13:11:49 +0100
  • 2b235e28bb Separate targets and ROI mbsantiago 2026-03-29 13:11:42 +0100
  • 716b3a3778 Allow enabling/disabling filtering and transforms during data loading mbsantiago 2026-03-28 20:27:04 +0000
  • 548cd366cd Add source filtering to dataset loading mbsantiago 2026-03-28 19:43:13 +0000
  • 67bb66db3c Incorporate previous docs into new structure mbsantiago 2026-03-28 19:42:09 +0000
  • d2d804f0c3 Create basic tutorial files, WIP mbsantiago 2026-03-28 19:05:34 +0000
  • 42d6a0940c Add dev docs mbsantiago 2026-03-28 18:51:40 +0000
  • 3074980e18 More extensive overview of cli reference mbsantiago 2026-03-28 18:51:34 +0000
  • ebc1f573c8 Improved home doc page and moved faq to docs mbsantiago 2026-03-28 18:51:25 +0000
  • c5b2446978 Add tests for detection threshold mbsantiago 2026-03-28 14:42:15 +0000
  • 8e33473b4e Update docs with detection threshold mbsantiago 2026-03-28 14:26:51 +0000
  • b253a54cc8 Use detection threshold use to API and CLI mbsantiago 2026-03-28 14:26:10 +0000
  • dfe19c68f0 Add detection threshold override option to postprocessor mbsantiago 2026-03-28 14:25:18 +0000
  • e4bbde9995 Better cli docs mbsantiago 2026-03-28 13:25:15 +0000
  • 7277151f33 Start cli docs mbsantiago 2026-03-28 11:28:52 +0000
  • 9ec2f1a107 Add audio dir to data cli command mbsantiago 2026-03-28 11:09:47 +0000
  • 4ae567bc1d Bump version: 1.3.0 → 1.3.1 main v1.3.1 mbsantiago 2026-03-25 13:57:34 +0000
  • 04af8cdcea
    Merge pull request #61 from macaodha/feat/loosen-dependencies Santiago Martinez Balvanera 2026-03-25 13:53:39 +0000
  • 13acd18050 Add correct index markers and newer setuptools feat/loosen-dependencies mbsantiago 2026-03-25 13:50:48 +0000
  • 20295d0457 Add cu118 for python 3.9 mbsantiago 2026-03-25 13:42:09 +0000
  • e602bb2495 Update lockfile mbsantiago 2026-03-25 13:36:01 +0000
  • 853c8c6e67 Update classifier tags mbsantiago 2026-03-25 13:28:54 +0000
  • 85667ca676 Add cu126 sources mbsantiago 2026-03-25 13:22:24 +0000
  • 6bad018045 Change dev-dependencies to dependency-groups.dev mbsantiago 2026-03-25 12:52:08 +0000
  • a8c5bff67b Remove version cap for torch and torchaudio, add support for python 3.13 and 3.14 mbsantiago 2026-03-25 12:45:11 +0000
  • 5d92f3a00d Remove stale pylintrc mbsantiago 2026-03-19 14:50:47 +0000
  • 26cbe00af2 Update image path mbsantiago 2026-03-19 14:47:40 +0000
  • 00430c8426 Remove dvc stuff mbsantiago 2026-03-19 14:46:49 +0000
  • daf18b9c20 Change name of ims folder to assets. mbsantiago 2026-03-19 14:45:43 +0000
  • 78ede31b8b Remove stale scripts mbsantiago 2026-03-19 14:44:05 +0000
  • 5a14b29281 Do not crash on failure to plot mbsantiago 2026-03-19 01:31:21 +0000
  • 13a31d9de9 Do not sync with model in loading from checkpoint otherwise device clash mbsantiago 2026-03-19 01:28:05 +0000
  • a1fad6d7d7 Add test for checkpointing mbsantiago 2026-03-19 01:26:37 +0000
  • b8acd86c71 By default only save the last checkpoint Santiago Martinez Balvanera 2026-03-19 01:26:11 +0000
  • 875751d340 Add save last config to checkpoint Santiago Martinez Balvanera 2026-03-19 00:36:45 +0000
  • 32d8c4a9e5 Create separate preproc/postproc/target instances for model in api Santiago Martinez Balvanera 2026-03-19 00:23:55 +0000
  • fb3dc3eaf0 Ensure preprocessor is in CPU mbsantiago 2026-03-19 00:09:30 +0000
  • 0d90cb5cc3 Create duplicate preprocessor for data input pipeline mbsantiago 2026-03-19 00:03:29 +0000
  • 91806aa01e Update default scheduler params mbsantiago 2026-03-18 23:54:16 +0000
  • 23ac619c50 Add option to override targets when loading the model config mbsantiago 2026-03-18 23:36:24 +0000
  • 99b9e55c0e Add extra and strict arguments to load config functions, migrate example config mbsantiago 2026-03-18 22:06:45 +0000
  • 652670b01d Name changes mbsantiago 2026-03-18 20:48:35 +0000
  • 0163a572cb Expanded cli tests mbsantiago 2026-03-18 20:35:08 +0000
  • f0af5dd79e Change inference command to predict mbsantiago 2026-03-18 20:07:53 +0000
  • 2f03abe8f6 Remove stale load functions mbsantiago 2026-03-18 19:43:54 +0000
  • 22a3d18d45 Move the logging config out of the train/eval configs mbsantiago 2026-03-18 19:32:19 +0000
  • bf5b88016a Polish evaluate and train CLI mbsantiago 2026-03-18 19:15:57 +0000
  • f9056eb19a Ensure config is source of truth mbsantiago 2026-03-18 18:33:51 +0000
  • ebe7e134e9 Allow building new head mbsantiago 2026-03-18 17:44:35 +0000
  • 8e35956007 Create save evaluation results mbsantiago 2026-03-18 16:49:22 +0000
  • a332c5c3bd Allow loading predictions in different formats mbsantiago 2026-03-18 16:17:50 +0000
  • 9fa703b34b Allow training on existing model mbsantiago 2026-03-18 13:58:52 +0000
  • 0bf809e376 Exported types at module level mbsantiago 2026-03-18 13:08:28 +0000
  • 6276a8884e Add roundtrip test for encoding decoding geometries mbsantiago 2026-03-18 12:09:03 +0000
  • 7b1cb402b4 Add a few clip and detection transforms for outputs mbsantiago 2026-03-18 11:24:22 +0000
  • 45ae15eed5 Cleanup postprocessing mbsantiago 2026-03-18 09:07:13 +0000
  • b3af70761e Create EvaluateTaskProtocol mbsantiago 2026-03-18 01:53:28 +0000
  • daff74fdde Moved decoding to outputs mbsantiago 2026-03-18 01:35:34 +0000
  • 31d4f92359 reformat mbsantiago 2026-03-18 00:41:45 +0000
  • d56b9f02ae Remove num_worker from config mbsantiago 2026-03-18 00:22:59 +0000
  • 573d8e38d6 Ran formatter mbsantiago 2026-03-18 00:03:26 +0000
  • 751be53edf Moving types around to each submodule mbsantiago 2026-03-18 00:01:35 +0000
  • c226dc3f2b Add outputs module mbsantiago 2026-03-17 23:00:26 +0000
  • 3b47c688dd Update api_v2 mbsantiago 2026-03-17 22:25:41 +0000
  • feee2bdfa3 Add scheduler and optimizer module mbsantiago 2026-03-17 21:16:41 +0000
  • 615c7d78fb Added a full test of training and saving mbsantiago 2026-03-17 15:38:07 +0000
  • 56f6affc72 use train config in training module mbsantiago 2026-03-17 14:16:40 +0000
  • 65bd0dc6ae Restructure model config mbsantiago 2026-03-17 13:33:13 +0000
  • 1a7c0b4b3a Removing legacy types mbsantiago 2026-03-17 12:53:03 +0000
  • 8ac4f4c44d Add dynamic imports to existing registries mbsantiago 2026-03-16 10:04:34 +0000
  • 038d58ed99 Add config for dynamic imports, and tests mbsantiago 2026-03-16 09:30:23 +0000
  • 47f418a63c Add test for annotated dataset load function mbsantiago 2026-03-15 21:33:14 +0000
  • 197cc38e3e Add tests for registry mbsantiago 2026-03-15 21:17:25 +0000
  • e0503487ec Remove deprecated types mbsantiago 2026-03-15 21:17:20 +0000
  • 4b7d23abde Create data annotation loader registry mbsantiago 2026-03-15 20:53:59 +0000
  • 3c337a06cb Add architecture document mbsantiago 2026-03-11 19:08:18 +0000
  • 0d590a26cc Update tests mbsantiago 2026-03-08 18:41:05 +0000
  • 46c02962f3 Add test for preprocessing mbsantiago 2026-03-08 17:11:27 +0000
  • bfc88a4a0f Update audio loader docstrings mbsantiago 2026-03-08 17:02:35 +0000
  • ce952e364b Update audio module docstrings mbsantiago 2026-03-08 17:02:25 +0000
  • ef3348d651 Update model docstrings mbsantiago 2026-03-08 16:34:17 +0000
  • 4207661da4 Add test for backbones mbsantiago 2026-03-08 16:04:54 +0000
  • 45e3cf1434 Modify example config to add name mbsantiago 2026-03-08 15:23:14 +0000
  • f2d5088bec Run formatter mbsantiago 2026-03-08 15:18:21 +0000
  • 652d076b46 Add backbone registry mbsantiago 2026-03-08 15:02:56 +0000
  • e393709258 Add interfaces for encoder/decoder/bottleneck mbsantiago 2026-03-08 14:43:16 +0000
  • 54605ef269 Add blocks and detector tests mbsantiago 2026-03-08 14:17:47 +0000
  • b8b8a68f49 Add gradio as optional group mbsantiago 2026-03-08 13:17:32 +0000
  • 6812e1c515 Update default detection class config mbsantiago 2026-03-08 13:17:23 +0000
  • 0b344003a1 Ignore scripts for now mbsantiago 2026-03-08 13:17:12 +0000
  • c9bcaebcde Ignore notebooks for now mbsantiago 2026-03-08 13:17:03 +0000
  • d52e988b8f Fix type errors mbsantiago 2026-03-08 12:55:36 +0000
  • cce1b49a8d Run formatting mbsantiago 2026-03-08 08:59:28 +0000
  • 8313fe1484 Minor formatting mbsantiago 2026-03-07 16:09:43 +0000
  • 4509602e70 Run automated fixes mbsantiago 2025-12-12 21:29:25 +0000
  • 0adb58e039 Run formatter mbsantiago 2025-12-12 21:28:28 +0000
  • 531ff69974 Cleanup evaluate mbsantiago 2025-12-12 21:14:31 +0000
  • 750f9e43c4 Make sure threshold is used mbsantiago 2025-12-12 19:53:15 +0000
  • f71fe0c2e2 Using matching and affinity functions from soundevent mbsantiago 2025-12-12 19:25:01 +0000
  • 113f438e74 Run lint fixes mbsantiago 2025-12-08 17:19:33 +0000