Closed joeweiss closed 1 year ago
This would help mostly with reproducibility, but also aid in benchmarking the various model's performance for specific species.
analyzer22 = Analyzer(version=2.2) analyzer23 = Analyzer(version=2.3) # continue with processing audio ...
This is a work-in-progress. Expect a PR soon.
This feature also needs to be able to accept a string for the version, in case the BirdNET-Analyzer team ever releases under a different versioning scheme eg analyzer = Analyzer(version="2.5.1b").
analyzer = Analyzer(version="2.5.1b")
This would help mostly with reproducibility, but also aid in benchmarking the various model's performance for specific species.
This is a work-in-progress. Expect a PR soon.