mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-11 09:29:33 +01:00
Move dataset example to config
This commit is contained in:
parent
d9323a1383
commit
62923a201b
@ -1,3 +1,14 @@
|
|||||||
|
datasets:
|
||||||
|
train:
|
||||||
|
name: example dataset
|
||||||
|
description: Only for demonstration purposes
|
||||||
|
sources:
|
||||||
|
- format: batdetect2
|
||||||
|
name: Example Data
|
||||||
|
description: Examples included for testing batdetect2
|
||||||
|
annotations_dir: example_data/anns
|
||||||
|
audio_dir: example_data/audio
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
classes:
|
classes:
|
||||||
classes:
|
classes:
|
||||||
@ -46,7 +57,7 @@ preprocess:
|
|||||||
max_freq: 120000
|
max_freq: 120000
|
||||||
min_freq: 10000
|
min_freq: 10000
|
||||||
pcen:
|
pcen:
|
||||||
time_constant: 0.4
|
time_constant: 0.1
|
||||||
gain: 0.98
|
gain: 0.98
|
||||||
bias: 2
|
bias: 2
|
||||||
power: 0.5
|
power: 0.5
|
||||||
|
|||||||
@ -1,10 +0,0 @@
|
|||||||
datasets:
|
|
||||||
train:
|
|
||||||
name: example dataset
|
|
||||||
description: Only for demonstration purposes
|
|
||||||
sources:
|
|
||||||
- format: batdetect2
|
|
||||||
name: Example Data
|
|
||||||
description: Examples included for testing batdetect2
|
|
||||||
annotations_dir: example_data/anns
|
|
||||||
audio_dir: example_data/audio
|
|
||||||
Loading…
Reference in New Issue
Block a user