New Model Implementation
This commit is contained in:
@@ -27,6 +27,12 @@ SITE_NAME="$HOSTNAME"
|
||||
LATITUDE=$(curl -s4 ifconfig.co/json | jq .latitude)
|
||||
LONGITUDE=$(curl -s4 ifconfig.co/json | jq .longitude)
|
||||
|
||||
#--------------------------------- Model --------------------------------------#
|
||||
#_____________The variable below configures which BirdNET model is_____________#
|
||||
#______________________used for detecting bird audio.__________________________#
|
||||
|
||||
MODEL=BirdNET_6K_GLOBAL_MODEL
|
||||
|
||||
#--------------------- BirdWeather Station Information -----------------------#
|
||||
#_____________The variable below can be set to have your BirdNET-Pi____________#
|
||||
#__________________also act as a BirdWeather listening station_________________#
|
||||
|
||||
Reference in New Issue
Block a user