Commit Graph

  • b997a122f1 Enable batdetect2 in the cli mbsantiago 2025-08-11 12:25:04 +0100
  • c41551b59c Use match config for training mbsantiago 2025-08-11 12:02:46 +0100
  • 8aa2d0cd11 Add evaluation config with match strategy mbsantiago 2025-08-11 12:02:30 +0100
  • 65d13a32b7 Also ignore assertion errors in gallery plotting mbsantiago 2025-08-11 09:46:36 +0100
  • 31a0d1bbb5 Drop duplicate bin edges mbsantiago 2025-08-11 08:59:12 +0100
  • f361420e58 Fix issue in gallery plotting mbsantiago 2025-08-11 08:54:37 +0100
  • 2cc0bd59d4 Add plot limits mbsantiago 2025-08-11 01:37:22 +0100
  • 2308ea83a3 Add example plotting notebook mbsantiago 2025-08-11 01:35:31 +0100
  • 374c62d7ab Add dataset summary and split functions mbsantiago 2025-08-11 01:35:09 +0100
  • ef279bee5d Update to soundevent 2.7 mbsantiago 2025-08-11 01:34:54 +0100
  • 2341f822a7 Ignore plotting failures in gallery plot mbsantiago 2025-08-08 13:30:44 +0100
  • c3d377b6e0 Update soundevent mbsantiago 2025-08-08 13:07:12 +0100
  • d9395d3eeb Updated callback to include plotting mbsantiago 2025-08-08 13:06:28 +0100
  • aaec66c15e Added BatDetect2Prediction wrapper and method mbsantiago 2025-08-08 13:06:10 +0100
  • 6213238585 Added matching configs mbsantiago 2025-08-08 13:05:50 +0100
  • a485ea4f79 Add get_default_preprocessor function mbsantiago 2025-08-08 13:03:53 +0100
  • 3cfceb76b4 Added plotting example gallery function mbsantiago 2025-08-08 13:03:42 +0100
  • d877d383a4 Disable logs by default mbsantiago 2025-08-08 12:25:57 +0100
  • bb4a9fe645 Move legacy plot module to legacy folder mbsantiago 2025-08-08 12:25:49 +0100
  • 87ce2acd6f Adding plotting functions mbsantiago 2025-08-08 12:25:26 +0100
  • e1908c35ca Update compat module to use new term module mbsantiago 2025-08-08 12:25:16 +0100
  • 62923a201b Move dataset example to config mbsantiago 2025-08-08 12:24:59 +0100
  • d9323a1383 Move legacy evaluate code to legacy folder mbsantiago 2025-08-07 16:20:16 +0100
  • 1ee9643a61 Update soundevent package to get match fixes mbsantiago 2025-08-06 21:39:42 +0100
  • bf6f52a65d Add data/targets notebookes mbsantiago 2025-08-04 02:49:30 +0100
  • 9816985bb1 Create dataloader config mbsantiago 2025-07-29 12:10:51 +0100
  • 62f0c5c397 Remove stale tensorboard logger argument mbsantiago 2025-07-29 11:47:07 +0100
  • 839a632aa2 Remove non-existing option in tensorboard logger mbsantiago 2025-07-29 00:17:46 +0100
  • 829c07fb12 Remove unnecessary note mbsantiago 2025-07-29 00:03:20 +0100
  • d031e00250
    Update README.md Santiago Martinez Balvanera 2025-07-21 07:32:26 -0600
  • 2dd2c0156b Update gitignore mbsantiago 2025-06-28 15:52:56 -0600
  • 6732394f50 Add model checkpoint callback mbsantiago 2025-06-28 15:46:50 -0600
  • 8368aad178 Add better logging mbsantiago 2025-06-28 14:45:18 -0600
  • 19e873dd0b Improve augmentations config and logging mbsantiago 2025-06-28 11:36:18 -0600
  • ed67d8ceec Add mlruns to gitignore mbsantiago 2025-06-28 11:23:54 -0600
  • bafb9a3622 Add mlflow logger mbsantiago 2025-06-28 11:08:19 -0600
  • e8db1d4050 Fix hyperparameter saving mbsantiago 2025-06-26 19:53:19 -0600
  • b396d4908a Fix trainer init mbsantiago 2025-06-26 19:40:27 -0600
  • ce15a0f152 Fix trainer init mbsantiago 2025-06-26 19:35:23 -0600
  • 16febed792 Add test that ensures example_config is valid mbsantiago 2025-06-26 19:21:46 -0600
  • d67ae9be05 Update config to remove optimiser level mbsantiago 2025-06-26 18:42:53 -0600
  • 15de168a20 Update build trainer mbsantiago 2025-06-26 17:43:56 -0600
  • 0c8fae4a72 Instantiate lightnign module from config mbsantiago 2025-06-26 17:39:50 -0600
  • 6d57f96c07 update gitignore mbsantiago 2025-06-26 16:19:33 -0600
  • a0622aa9a4 Fix train issues mbsantiago 2025-06-26 16:16:29 -0600
  • 587742b41e Change train to use full config mbsantiago 2025-06-26 16:02:41 -0600
  • 6d91153a56 use just instead of make mbsantiago 2025-06-26 13:29:23 -0600
  • 70c96b6844 Move configs to example_data folder mbsantiago 2025-06-26 13:29:13 -0600
  • 22f7d46f46 Improve logging of train preprocessing mbsantiago 2025-06-26 13:08:44 -0600
  • 1384c549f7 Create TrainPreprocessConfig mbsantiago 2025-06-26 12:30:16 -0600
  • 4b6acd5e6e Add manual logging of hyperparams mbsantiago 2025-06-26 11:59:33 -0600
  • 2ac968d65b Test with dvc live mbsantiago 2025-06-26 10:05:01 -0600
  • 166dad20bd Rename BlockGroupConfig to LayerGroupConfig mbsantiago 2025-06-26 10:04:42 -0600
  • cbb02cf69e Add dvclive as an optional group mbsantiago 2025-06-26 10:04:16 -0600
  • 647468123e Update model config in example config mbsantiago 2025-06-26 10:04:00 -0600
  • 363eb9fb2f Add example-train to makefile mbsantiago 2025-06-26 10:03:52 -0600
  • b21c224985 Add example preprocess to make file mbsantiago 2025-06-26 07:55:40 -0600
  • 152a577511 Add comprehensive conf file mbsantiago 2025-06-26 07:55:33 -0600
  • 136949c4e7 Add logging config mbsantiago 2025-06-26 07:55:24 -0600
  • a462beaeb8 Remove rogue print mbsantiago 2025-06-24 06:27:41 -0600
  • daab8ff0d7 Fix validation is_in_subclip after encoder changes mbsantiago 2025-06-24 06:26:08 -0600
  • 235f0e27da Add load dataset config function mbsantiago 2025-06-24 12:40:29 +0100
  • b5b4229990 Fix testing issues mbsantiago 2025-06-23 19:08:55 +0100
  • 8253b5bdc4 Update makefile mbsantiago 2025-06-23 18:53:15 +0100
  • c7ea361cf4 Implement changes needed to make roi encode/decode class dependent mbsantiago 2025-06-23 18:52:36 +0100
  • 3407e1b5f0 Add other roi tests mbsantiago 2025-06-21 23:51:07 +0100
  • 0a0d6f7162 Use standard dependency-groups instead of tool.uv section mbsantiago 2025-06-21 23:01:54 +0100
  • ad0f0bcb24 Add tests for peak energy function mbsantiago 2025-06-21 23:01:08 +0100
  • 3103630c26 Update pyproject to use src layout mbsantiago 2025-06-21 13:49:06 +0100
  • 960558be8b move to src layout mbsantiago 2025-06-21 13:48:40 +0100
  • e352dc40bd Fixed Target object after changes to roi mbsantiago 2025-06-21 13:47:04 +0100
  • c559bcc682 Changed ROIMapper protocol to only have encoder/decoder methods mbsantiago 2025-06-21 11:44:15 +0100
  • ebad489cb1 Merge branch 'train' of github.com:macaodha/batdetect2 into train mbsantiago 2025-06-20 16:03:15 +0100
  • 3c9e5aca2f Fix testing issues mbsantiago 2025-06-20 15:57:11 +0100
  • a62f07ebdd to cpu Santiago Martinez Balvanera 2025-06-19 00:46:43 +0100
  • 434fc652a2 Add collate fn Santiago Martinez Balvanera 2025-06-19 00:46:34 +0100
  • 84a13c65a7 Add iterators module mbsantiago 2025-06-19 00:28:24 +0100
  • ebc89af4c6 Use soundevent.to_db mbsantiago 2025-06-19 00:28:01 +0100
  • 4cd71497e7
    Merge pull request #52 from kaviecos/http_documentation Santiago Martinez Balvanera 2025-06-03 23:38:45 +0100
  • ba670932d5
    Update README.md Kavi Askholm Mellerup 2025-06-03 14:26:54 +0200
  • d3747c57f2
    Update README.md Kavi Askholm Mellerup 2025-06-03 14:20:20 +0200
  • 42a838e9f2 Bump version: 1.2.0 → 1.3.0 v1.3.0 mbsantiago 2025-05-16 15:02:15 +0100
  • c10903a646
    Merge pull request #44 from kaviecos/http_support Santiago Martinez Balvanera 2025-05-16 15:01:08 +0100
  • 4282e2ae70 Added AudioPath as an alias for the path definition Kavi 2025-05-16 15:13:08 +0200
  • 52570738f2 Renamed load_audio_data to load_audio_and_samplerate Kavi 2025-05-16 14:56:35 +0200
  • cbd362d6ea Updated docstrings for tests Kavi 2025-05-16 14:53:35 +0200
  • 835fe1ccdf Remove old requirements files mbsantiago 2025-05-16 08:55:38 +0100
  • b819180656 Add preprocess command to init mbsantiago 2025-05-01 07:15:35 +0100
  • fdab0860fd Add num workers to cli mbsantiago 2025-04-30 23:40:26 +0100
  • 3b5623ddca create train cli command mbsantiago 2025-04-30 23:27:38 +0100
  • 2913fa59a4 Fix tests mbsantiago 2025-04-30 22:51:49 +0100
  • 9c8b8fb200 Create metrics mbsantiago 2025-04-30 22:51:33 +0100
  • bc86c94f8e Adding evaluation callback mbsantiago 2025-04-25 17:12:57 +0100
  • 9106b9f408 Removing stale functions from legacy module mbsantiago 2025-04-25 17:12:39 +0100
  • 899f74efd5 Wrote the main train function mbsantiago 2025-04-24 10:00:18 +0100
  • 4b4c3ecdf5 Added loguru as a dependency mbsantiago 2025-04-24 00:20:58 +0100
  • 13afac65a5 Added an example conf file mbsantiago 2025-04-24 00:20:46 +0100
  • d8cf1db19f Fix augmentations mbsantiago 2025-04-24 00:20:38 +0100
  • 8a6ed3dec7 Starting to add logging to preprocess mbsantiago 2025-04-24 00:20:30 +0100
  • 7dd35d6e3e Refine training config mbsantiago 2025-04-23 23:35:42 +0100