Joe Weiss

Results 12 comments of Joe Weiss

> applying a low pass filter to smooth it? That's basically what I've been doing. I've been using a combination of a `scheduled repeat -> random value -> signal ->...

Also curious about this.

Hi @jaro-kunzelmann, thanks for the kind words, and for opening this issue. Which version of `tensorflow` do you have installed in your Mamba environment? I'd like to try to replicate...

Hi @jaro-kunzelmann, Thanks for the follow-up. I wasn't able to track down a cause, or replicate the crash on my machines. I'm glad to hear that it is working now.

> Do you have any preference on how to manage versions? I've got an PR open on that now; the issue is here #80. I'm hoping that feature will be...

Thanks for the reports @herbbetz and @MichaelPWalter. I'll take a look in the next few days and see what needs to change for NumPy 2. Installing `birdnetlib` itself doesn't directly...

Those are two different keywords, which perform two different functions. `is_predicted_for_location_and_date=True` filters the resulting detections against the species that would be predicted for this location and datetime. `return_all_detections=True` would only...

Thanks @acmiyaguchi. I'm running the CI tests now. I'll try to circle back to this and merge it in for the next release.

Hi @Anamtya2024. That error indicates that the library `resampy` hasn't been loaded. That library is typically installed along with `librosa`. You can try to install it manually with pip by...

Hi @aaron-dsouza. There isn't a built-in method for doing this, but you can pass your lat/lon and the current date to Recording like this: ```python from birdnetlib import Recording from...