You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to extract feature embeddings (#112)
* Add ability to extract embeddings
* Add docs for recording.extract_embeddings()
* Raise not implemented error for large recording object
* Increment for 0.17.0
* Reduce test tolerance to 4 decimal points
* Fix issue with LargeRecording extractions
Add option to annotate detections rather than filtering them out when…
… providing location/date (#107)
* Add ability to return all detections, even when predicted list is used
* Increment for release
Fix issue with LargeRecording loading audio files of insufficient len…
…gth (#99)
* Fix issue with audio file of insufficient length
* Use sample_seconds
* Increment for 0.13.1