mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-04-04 15:20:19 +02:00
Update default detection class config
This commit is contained in:
parent
0b344003a1
commit
6812e1c515
@ -72,7 +72,7 @@ class TargetClassConfig(BaseConfig):
|
|||||||
|
|
||||||
DEFAULT_DETECTION_CLASS = TargetClassConfig(
|
DEFAULT_DETECTION_CLASS = TargetClassConfig(
|
||||||
name="bat",
|
name="bat",
|
||||||
condition_input=AllOfConfig(
|
match_if=AllOfConfig( # ty: ignore[unknown-argument]
|
||||||
conditions=[
|
conditions=[
|
||||||
HasTagConfig(tag=data.Tag(term=call_type, value="Echolocation")),
|
HasTagConfig(tag=data.Tag(term=call_type, value="Echolocation")),
|
||||||
NotConfig(
|
NotConfig(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user