WIP : audio.utils.filter - BUG - replaced is with == in reduce_tonal_noise
This merge request introduces two bug fixes. The second one is an important one.
-
In the
reduce_tonal_noise
function in theaudio.utils.filter
module, I have replacedis
with==
for checking equality of strings. -
In the
group_detections
function in theneural_networks.detection
module, I have fixed a bug which was causing detections placed at the end of a batch to be dropped.
OBS: Remember to update changelog before accepting changes