Skip to content
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

Species recognizers for Cisticola and Koala. #321

Open
towsey opened this issue May 29, 2020 · 0 comments
Open

Species recognizers for Cisticola and Koala. #321

towsey opened this issue May 29, 2020 · 0 comments

Comments

@towsey
Copy link
Contributor

towsey commented May 29, 2020

On going work developing recognizers for cotton project and others.

towsey added a commit that referenced this issue Jun 1, 2020
Issue #321 THis recognizer with current config has zero errors on this config where db threshold= 6.0. When threshold db = 3.0 get four FPs.
towsey added a commit that referenced this issue Jun 4, 2020
Issue #321 THis recognizer now works on a single example file used for unit test purposes. Has not been tested on the noise dataset.
towsey added a commit that referenced this issue Jun 4, 2020
Issue #321 The yml file for this recognizer has not yet been edited for parameter values. I.e. only set up the architecture.
towsey added a commit that referenced this issue Jun 5, 2020
Issue #321 Transfer some post-processing steps from specific recognizer to GenericRecognizer class
towsey added a commit that referenced this issue Jun 8, 2020
Issue #321 Do last work on Australiasian Pipit.
Getting large number of FPs i.e. 280 in 90 noise filoes. But this will have to be sorted doing post-processing on the event content.
towsey added a commit that referenced this issue Jun 9, 2020
Issue #321 Write new method to combine the acoustic tracks in a composite event.
towsey added a commit that referenced this issue Jun 10, 2020
Issue #321 Finish work on Australasian Pipit recognizer. THis recognizer still has a FP rate of 60 on the noise data set. THis can be improved with better characterisation of the event content.

NOTE WARNING @ line 350 in EventExtentions.cs
towsey added a commit that referenced this issue Jun 10, 2020
Issue #321 Remove commented code.
towsey added a commit that referenced this issue Jun 10, 2020
Issue #321 Establish rewasonable parameters for the generic component and establish sequence of filters with their parameters.
THis recognizer has some 200 FPs on the noise data set. THis is high but will have to be whittled down using the content of the events.
towsey added a commit that referenced this issue Jun 11, 2020
Issue #321 Remove lower neighbourhood because the Cisticola call includes some lower components that are not captured by the current recognizer.
towsey added a commit that referenced this issue Jun 11, 2020
Issue #321 Changes to parameter values in config files require adjustments to unit test results.
towsey added a commit that referenced this issue Jun 12, 2020
Issue #321 Write two tests for matrix concatenation
towsey added a commit that referenced this issue Jun 12, 2020
towsey added a commit that referenced this issue Jun 12, 2020
towsey added a commit that referenced this issue Jun 12, 2020
towsey added a commit that referenced this issue Jun 12, 2020
towsey added a commit that referenced this issue Jun 12, 2020
Issue #321 Removed unused method.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Update src/AnalysisConfigFiles/RecognizerConfigFiles/Towsey.AnthusNovaeseelandiae.yml

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisConfigFiles/RecognizerConfigFiles/Towsey.BotaurusPoiciloptilus.yml

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisConfigFiles/RecognizerConfigFiles/Towsey.CisticolaExilis.yml

Co-authored-by: Anthony Truskinger <[email protected]>

Update tests/Acoustics.Test/AnalysisPrograms/Recognizers/AustBitternTests.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update tests/Acoustics.Test/AnalysisPrograms/Recognizers/AustralPipitTests.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/AnthusNovaeseelandiae.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/AnthusNovaeseelandiae.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/CisticolaExilis.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/CisticolaExilis.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/CisticolaExilis.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/BotaurusPoiciloptilus.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/NinoxBoobook.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/AnthusNovaeseelandiae.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update AnthusNovaeseelandiae.cs

Issue #321 Removed unused method.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 THis recognizer with current config has zero errors on this config where db threshold= 6.0. When threshold db = 3.0 get four FPs.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 THis recognizer now works on a single example file used for unit test purposes. Has not been tested on the noise dataset.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 The yml file for this recognizer has not yet been edited for parameter values. I.e. only set up the architecture.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 Transfer some post-processing steps from specific recognizer to GenericRecognizer class
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 Do last work on Australiasian Pipit.
Getting large number of FPs i.e. 280 in 90 noise filoes. But this will have to be sorted doing post-processing on the event content.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 Write new method to combine the acoustic tracks in a composite event.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 Finish work on Australasian Pipit recognizer. THis recognizer still has a FP rate of 60 on the noise data set. THis can be improved with better characterisation of the event content.

NOTE WARNING @ line 350 in EventExtentions.cs
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 Remove commented code.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 Establish rewasonable parameters for the generic component and establish sequence of filters with their parameters.
THis recognizer has some 200 FPs on the noise data set. THis is high but will have to be whittled down using the content of the events.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 Remove lower neighbourhood because the Cisticola call includes some lower components that are not captured by the current recognizer.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 Changes to parameter values in config files require adjustments to unit test results.
atruskie pushed a commit that referenced this issue Jun 12, 2020
Issue #321 Write two tests for matrix concatenation
atruskie pushed a commit that referenced this issue Jun 12, 2020
atruskie pushed a commit that referenced this issue Jun 12, 2020
atruskie pushed a commit that referenced this issue Jun 12, 2020
atruskie pushed a commit that referenced this issue Jun 12, 2020
Update src/AnalysisConfigFiles/RecognizerConfigFiles/Towsey.AnthusNovaeseelandiae.yml

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisConfigFiles/RecognizerConfigFiles/Towsey.BotaurusPoiciloptilus.yml

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisConfigFiles/RecognizerConfigFiles/Towsey.CisticolaExilis.yml

Co-authored-by: Anthony Truskinger <[email protected]>

Update tests/Acoustics.Test/AnalysisPrograms/Recognizers/AustBitternTests.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update tests/Acoustics.Test/AnalysisPrograms/Recognizers/AustralPipitTests.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/AnthusNovaeseelandiae.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/AnthusNovaeseelandiae.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/CisticolaExilis.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/CisticolaExilis.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/CisticolaExilis.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/BotaurusPoiciloptilus.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/NinoxBoobook.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update src/AnalysisPrograms/Recognizers/Birds/AnthusNovaeseelandiae.cs

Co-authored-by: Anthony Truskinger <[email protected]>

Update AnthusNovaeseelandiae.cs

Issue #321 Removed unused method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant