ChristianBergler / ANIMAL-SPOT

An Animal Independent Deep Learning Framework for Bioacoustic Signal Segmentation and Classification Including a Detailed User-Guide
GNU General Public License v3.0
35 stars 5 forks source link

Typo in prediction config file? #4

Closed adrbmdns closed 9 months ago

adrbmdns commented 9 months ago

Hi,

In the prediction config file, the unit of the parameters sequence_len and hop should be in milliseconds or seconds?

The comment I saw in the config file says it should be in milliseconds. Please see the screenshots below.

image

But the prediction log file has a unit of seconds for those parameters, see my screen shot below.

image

From the judgement based on the result I get, those two numbers should be provided in the unit of seconds. But I'm not sure, can you confirm?

Thanks.

ChristianBergler commented 9 months ago

Yes you are totally right, it should be seconds. I will fix that within the prediction file. Well spotted, thanks!