-
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
Flying Fox Recogniser #238
Labels
Comments
Merged
towsey
added a commit
that referenced
this issue
Jun 24, 2019
Issue-#238 Further work on the flying fox recogniser. Refactored a method used for frog recognisers and made it generally available in the class StandardSpectrograms.cs
towsey
added a commit
that referenced
this issue
Jun 25, 2019
Issue-#238 Main work was to add a new method to AcousticEvents.cs in order to find events located at a score maximum. All such events have the same (user defined) time duration centred on the maximum.
towsey
added a commit
that referenced
this issue
Aug 12, 2019
Issue #238: change method which makes first attempt to look for FF chirps. Start second method which filters those on the basis of the similarity of their spectral profile to that of a flying fox.
Hi @towsey, Some notes from our meeting with Gary Plamer:
|
towsey
added a commit
that referenced
this issue
Aug 13, 2019
Issue #238 This recogniser now works well on a ten minute recording containing 14-16 FF calls. TODO: The search parameters need to be read from config file. At moment hard coded.
towsey
added a commit
that referenced
this issue
Aug 14, 2019
Issue #238 Add Wingbeat profile to recogniser. It picks up wingbeats but also some human speech. Also set up to read parameters from the config file.
towsey
added a commit
that referenced
this issue
Aug 27, 2019
Issue #238 Do final work on Flying Fox wing beat detection. Produce event spectra for experimental debug purposes.
towsey
added a commit
that referenced
this issue
Aug 27, 2019
Issue #238 Reviewed FF recogniser on a four extra recordings. In particular worked on a 60 minute recording and was able to pick up most ac events of interest with few FPs and FNs.
towsey
added a commit
that referenced
this issue
Aug 28, 2019
Issue #238 work on changes suggested by Anthony.
atruskie
pushed a commit
that referenced
this issue
Aug 28, 2019
Issue-#238 Further work on the flying fox recogniser. Refactored a method used for frog recognisers and made it generally available in the class StandardSpectrograms.cs
atruskie
pushed a commit
that referenced
this issue
Aug 28, 2019
Issue-#238 Main work was to add a new method to AcousticEvents.cs in order to find events located at a score maximum. All such events have the same (user defined) time duration centred on the maximum.
atruskie
pushed a commit
that referenced
this issue
Aug 28, 2019
Issue #238: change method which makes first attempt to look for FF chirps. Start second method which filters those on the basis of the similarity of their spectral profile to that of a flying fox.
atruskie
pushed a commit
that referenced
this issue
Aug 28, 2019
Issue #238 This recogniser now works well on a ten minute recording containing 14-16 FF calls. TODO: The search parameters need to be read from config file. At moment hard coded.
atruskie
pushed a commit
that referenced
this issue
Aug 28, 2019
Issue #238 Add Wingbeat profile to recogniser. It picks up wingbeats but also some human speech. Also set up to read parameters from the config file.
atruskie
pushed a commit
that referenced
this issue
Aug 28, 2019
Issue #238 Do final work on Flying Fox wing beat detection. Produce event spectra for experimental debug purposes.
atruskie
pushed a commit
that referenced
this issue
Aug 28, 2019
Issue #238 Reviewed FF recogniser on a four extra recordings. In particular worked on a 60 minute recording and was able to pick up most ac events of interest with few FPs and FNs.
atruskie
pushed a commit
that referenced
this issue
Aug 28, 2019
Issue #238 work on changes suggested by Anthony.
towsey
added a commit
that referenced
this issue
Aug 29, 2019
Issue #238 Only unit tests to be done.
towsey
added a commit
that referenced
this issue
Aug 29, 2019
Issue #238 Changes mostly to get acoustic event information transfered to the FF methods.
towsey
added a commit
that referenced
this issue
Aug 30, 2019
Issues-#238 Set up unit tests for the flying fox recogniser. Currently he two methods have dummy content pasted from elsewhere
towsey
added a commit
that referenced
this issue
Sep 1, 2019
Issue #238 Revert file name in SonogramTests.cs which was mistkenly changed yesterday.
towsey
added a commit
that referenced
this issue
Sep 1, 2019
Issue #238 Complete two tests of methods used in the Flying Fox recogniser.
towsey
added a commit
that referenced
this issue
Oct 26, 2019
towsey
added a commit
that referenced
this issue
Oct 28, 2019
Issue #238 More work on Oscillation recognizer to pick up bat wing beats.
towsey
added a commit
that referenced
this issue
Nov 14, 2019
For some reason, acoustic event bounds were not being calculated. Had to fix acoustic event class, and then do slight readjustments to the expected bounds of wing-beat events.
atruskie
added a commit
that referenced
this issue
Nov 14, 2019
…gnizer Closes #238 flying fox recognizer Also included an attempt at a new oscillation index.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Paul Roe has requested a flying fox recogniser.
I have proposed that the recogniser have following steps:
The text was updated successfully, but these errors were encountered: