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_noisefunction in theaudio.utils.filtermodule, I have replacediswith==for checking equality of strings. -
In the
group_detectionsfunction in theneural_networks.detectionmodule, 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