Commit Graph

36 Commits

Author SHA1 Message Date
mbsantiago
b4c59f7de1 Added the chunk_size param to the detect command 2025-03-12 17:59:18 +00:00
mbsantiago
2100a3e483 Bump version: 1.1.0 → 1.1.1 2024-11-11 13:01:57 +00:00
mbsantiago
69f59ff559 Added the EOFError to the list of expected errors when processing files 2024-11-11 12:44:21 +00:00
mbsantiago
d085b3212c Added weights_only argument to model loading function 2024-11-11 11:46:06 +00:00
mbsantiago
c393c5c29b Bump version: 1.0.8 → 1.1.0 2024-11-11 11:18:39 +00:00
mbsantiago
a4b22d6590 Improve the pad_audio function
This function was the culprit of the error. Broke the function into
other helper functions to make the flow easier to follow
2024-11-10 22:39:10 +00:00
mbsantiago
039c002796 Remove unnecessary imports 2024-11-10 22:37:57 +00:00
mbsantiago
c97a87b2a4 Remove numba debug logging for easier debugging 2024-11-10 22:37:45 +00:00
mbsantiago
9e0ad7fd78 address all linting errors from rule NPY201 2024-11-10 19:13:30 +00:00
Santiago Martinez
3744709c97 Bump version: 1.0.7 → 1.0.8 2024-01-30 12:41:32 +00:00
Santiago Martinez
963cc53fd3 Bump version: 1.0.6 → 1.0.7 2023-11-24 15:41:50 +00:00
Santiago Martinez
860e63dddf fix: implemented a cleaning step to remove detections above the nyquist limit 2023-11-24 15:40:58 +00:00
Santiago Martinez
9baf60ff2d Bump version: 1.0.5 → 1.0.6 2023-08-03 12:42:52 +01:00
Santiago Martinez
3288f52bbd tests: added tests for feature computation 2023-08-03 11:46:06 +01:00
Santiago Martinez
8e8779a72e fix: call interval kwargs name error 2023-08-03 11:46:06 +01:00
Santiago Martinez
36d616530a tests: Added test for using the spec_feature flag 2023-08-03 11:46:06 +01:00
Santiago Martinez
cca883a730 Bump version: 1.0.4 → 1.0.5 2023-05-11 14:06:58 +01:00
Santiago Martinez
04af74228b fix: the case of no detections is now handled better 2023-05-11 13:59:20 +01:00
Santiago Martinez
10d090cc14 Bump version: 1.0.3 → 1.0.4 2023-05-01 18:04:25 +01:00
Santiago Martinez
327f741aa2 feat: added filename to console output in cli 2023-05-01 17:51:18 +01:00
Santiago Martinez
2ddd2c022e Bump version: 1.0.2 → 1.0.3 2023-05-01 15:18:09 +01:00
Santiago Martinez
b71cb8c755 fix: CLI now reads time_expansion_factor correctly 2023-05-01 15:04:29 +01:00
Santiago Martinez
54d83219f1 Bump version: 1.0.1 → 1.0.2 2023-04-29 15:43:53 +01:00
Santiago Martinez
715db9a110 fix: move spectrogram to cpu when plotting 2023-04-29 15:39:45 +01:00
Santiago Martinez
57f2b50239 fix: move tensors to cpu when converting to numpy 2023-04-29 15:30:25 +01:00
Santiago Martinez
68d3842931 v1.0.1 2023-04-13 08:29:22 -06:00
Santiago Martinez
c865b53c17 fixed missing get_default_db_config function 2023-04-07 16:26:01 -06:00
Santiago Martinez
178fa518c3 update gitignore to include models 2023-04-07 15:50:44 -06:00
Santiago Martinez
e8fd4e2931 version 1.0 2023-04-07 15:47:16 -06:00
Santiago Martinez
0f97d51086 freq axis ticks 2023-04-07 15:46:18 -06:00
Santiago Martinez
85092e846b Better frequency axis tick values 2023-04-07 15:46:04 -06:00
Santiago Martinez
b8bbfe8ad4 updated extract spec slices bit 2023-04-07 15:20:15 -06:00
Santiago Martinez
638b5c578e Added plot module 2023-04-07 14:46:48 -06:00
Santiago Martinez
0a22f1798e Checked that returned features is a 2d numpy array 2023-04-07 14:46:38 -06:00
Santiago Martinez
29074c689e Add warning to finetuning modules 2023-04-07 11:27:09 -06:00
Santiago Martinez
9e79849d6f Changed bat_detect to batdetect2 2023-04-07 11:24:22 -06:00