-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
17 lines (16 loc) · 823 Bytes
/
.env.example
File metadata and controls
17 lines (16 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AMI_DATABASE_URL=sqlite+pysqlite:////home/username/Projects/AMI/USERDATA/trapdata.db
# AMI_DATABASE_URL=postgresql://postgres@localhost:5432/ami
AMI_USER_DATA_PATH=/home/username/Projects/AMI/USERDATA/
AMI_IMAGE_BASE_PATH=/home/username/Projects/AMI/TRAPDATA/Denmark/Trap1/
AMI_SPECIES_CLASSIFICATION_MODEL="UK & Denmark Species Classifier"
AMI_FEATURE_EXTRACTOR="Features from UK/Denmark species model"
AMI_CLASSIFICATION_THRESHOLD=0.6
AMI_LOCALIZATION_BATCH_SIZE=2
AMI_CLASSIFICATION_BATCH_SIZE=20
AMI_NUM_WORKERS=1
# Antenna API Worker Settings (for processing jobs from Antenna platform)
# See: https://github.com/RolnickLab/antenna
AMI_ANTENNA_API_BASE_URL=http://localhost:8000/api/v2
AMI_ANTENNA_API_AUTH_TOKEN=your_antenna_auth_token_here
AMI_ANTENNA_API_BATCH_SIZE=4
AMI_ANTENNA_SERVICE_NAME="AMI Data Companion"