Skip to content

Commit

Permalink
Change recognizer.config.yml files
Browse files Browse the repository at this point in the history
Issue #390 Change recognizer.config.yml files to reflect changes that allow user to set different threshold array for each profile.
  • Loading branch information
towsey committed Oct 28, 2020
1 parent a2dc276 commit a1b93a2
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ SegmentDuration: 60
# SegmentOverlap: units=seconds;
SegmentOverlap: 0

# Scan spectrogram at these thresholds
DecibelThresholds:
- 6.0
- 9.0
- 12.0

# Each of these profiles will be analyzed
# This profile is required for the species-specific recogniser and must have the current name.
Profiles:
Expand All @@ -26,8 +20,14 @@ Profiles:
# min and max of the freq band to search
MinHertz: 2000
MaxHertz: 7000
# min and max bandwidth of the events that are found
MinBandwidthHertz: 500
MaxBandwidthHertz: 6000
# Scan the frequency band at these thresholds
DecibelThresholds:
- 6.0
- 9.0
- 12.0

#################### POST-PROCESSING of EVENTS ###################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Australasian Bittern = Botaurus poiciloptilus
#NOTE: The parameter values in this config file were optimised on a data set supplied by Elizabeth Znidersic.
# It consisted of 14 consecutive hours of recording from Medeas Cove, St. Helens, Tasmania.
# The recordings contained 55 Bittern calls.
# Recall = 76%. Precision = 88%.
# The recordings contain 55 Bittern calls.
# Latest test (Oct 2020) on this dataset achieved: Recall = 87%. Precision = 76%.

# Resample rate must be 2 X the desired Nyquist
ResampleRate: 8000
Expand All @@ -27,6 +27,7 @@ Profiles:
MaxHertz: 210
MinDuration: 0.2
MaxDuration: 0.8
# Scan the freq band using these thresholds.
DecibelThresholds:
- 3.0
- 6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ SegmentDuration: 60
# SegmentOverlap: units=seconds;
SegmentOverlap: 0

# Scan spectrogram at these thresholds
DecibelThresholds:
- 6.0
- 9.0
- 12.0

# Each of these profiles will be analyzed
# This profile is required for the species-specific recogniser and must have the current name.
Profiles:
Expand All @@ -26,8 +20,14 @@ Profiles:
# min and max of the freq band to search
MinHertz: 2100
MaxHertz: 3300
# min and max bandwidth of the events that are found
MinBandwidthHertz: 200
MaxBandwidthHertz: 900
# Scan the frequency band at these thresholds
DecibelThresholds:
- 6.0
- 9.0
- 12.0

#################### POST-PROCESSING of EVENTS ###################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ SegmentDuration: 60
# SegmentOverlap: units=seconds;
SegmentOverlap: 0

# Scan spectrogram at these thresholds
DecibelThresholds:
- 6.0
- 9.0
- 12.0

# Each of these profiles will be analyzed
# This profile is required for the species-specific recogniser and must have the current name.
Profiles:
Expand All @@ -29,6 +23,11 @@ Profiles:
MaxHertz: 1100
MinDuration: 0.17
MaxDuration: 1.2
# Scan the frequency band at these thresholds
DecibelThresholds:
- 6.0
- 9.0
- 12.0

#################### POST-PROCESSING of EVENTS ###################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ Profiles:
MaxHertz: 600
MinDuration: 0.3
MaxDuration: 0.6
# Scan the frequency band at these thresholds
DecibelThresholds:
- 12.0
- 18.0
- 24.0
- 30.0
- 36.0

#################### POST-PROCESSING of EVENTS ###################

Expand Down

0 comments on commit a1b93a2

Please sign in to comment.