-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests for three recognizers #319
Comments
towsey
added a commit
that referenced
this issue
May 14, 2020
Issue #319. also add recroding into Fixtures.
towsey
added a commit
that referenced
this issue
May 15, 2020
towsey
added a commit
that referenced
this issue
May 15, 2020
towsey
added a commit
that referenced
this issue
May 15, 2020
towsey
added a commit
that referenced
this issue
May 15, 2020
towsey
added a commit
that referenced
this issue
May 21, 2020
Issue #319 All work devoted to reducing false positivies
towsey
added a commit
that referenced
this issue
May 21, 2020
Issue #319 Start work on reducing FPs.
towsey
added a commit
that referenced
this issue
May 22, 2020
Issue #319 Rework algorithm files so there is consistency re post-processing. Have only changed the Boobook owl recognizer so far.
towsey
added a commit
that referenced
this issue
May 25, 2020
Issue #319 Reduce the number of FPs with Boobook recognizer on the noise data set. Also simplify the name of some post-processing methods.
towsey
added a commit
that referenced
this issue
May 26, 2020
Issue #319 Get the upper and lower neighbourhood filter working satisfactorily. This removes events that are situated in noise and are unlikely to be discrete acoustic events.
towsey
added a commit
that referenced
this issue
May 27, 2020
Issue #319 Add new post-processing event filter which filters depending on the number of component events in a composite event. Also change order of filters.
towsey
added a commit
that referenced
this issue
May 28, 2020
Issue #319 Final work on Boobook recognizer. LoggedConsole makes it too difficult to debug large dataset so revert to using Console.Writeline.
towsey
added a commit
that referenced
this issue
May 28, 2020
Issue #319 Add documentation to definition of noise in buffer zones above and beloow and event.
towsey
added a commit
that referenced
this issue
May 29, 2020
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
Issue #319. also add recroding into Fixtures.
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
Issue #319 All work devoted to reducing false positivies
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
Issue #319 Start work on reducing FPs.
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
Issue #319 Rework algorithm files so there is consistency re post-processing. Have only changed the Boobook owl recognizer so far.
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
Issue #319 Reduce the number of FPs with Boobook recognizer on the noise data set. Also simplify the name of some post-processing methods.
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
Issue #319 Get the upper and lower neighbourhood filter working satisfactorily. This removes events that are situated in noise and are unlikely to be discrete acoustic events.
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
Issue #319 Add new post-processing event filter which filters depending on the number of component events in a composite event. Also change order of filters.
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
Issue #319 Final work on Boobook recognizer. LoggedConsole makes it too difficult to debug large dataset so revert to using Console.Writeline.
atruskie
pushed a commit
that referenced
this issue
May 29, 2020
Issue #319 Add documentation to definition of noise in buffer zones above and beloow and event.
atruskie
added a commit
that referenced
this issue
May 29, 2020
This is a combination of 11 commits. Update src/AudioAnalysisTools/Events/SpectralEvent.cs Co-authored-by: Anthony Truskinger <[email protected]> Update src/AudioAnalysisTools/Events/SpectralEvent.cs Co-authored-by: Anthony Truskinger <[email protected]> Update src/TowseyLibrary/MatrixTools.cs Co-authored-by: Anthony Truskinger <[email protected]> Update src/TowseyLibrary/MatrixTools.cs Co-authored-by: Anthony Truskinger <[email protected]> Update src/AnalysisPrograms/Recognizers/Birds/NinoxBoobook.cs Co-authored-by: Anthony Truskinger <[email protected]> Update src/AudioAnalysisTools/Events/SpectralEvent.cs Co-authored-by: Anthony Truskinger <[email protected]> Update src/AudioAnalysisTools/Events/SpectralEvent.cs Co-authored-by: Anthony Truskinger <[email protected]> Update src/AudioAnalysisTools/Events/SpectralEvent.cs Co-authored-by: Anthony Truskinger <[email protected]> Update src/AudioAnalysisTools/Events/SpectralEvent.cs Co-authored-by: Anthony Truskinger <[email protected]> Changes requested by Anthony as part of Pull Request. Issue #319 Update src/AnalysisPrograms/Recognizers/Birds/NinoxBoobook.cs Co-authored-by: Anthony Truskinger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We require Unit tests for three recognizers: the Boobook Owl, the Australasian Bittern and the Koala male (version 3). These will go into a branch off master.
The text was updated successfully, but these errors were encountered: