7 lines
182 B
Bash
7 lines
182 B
Bash
DATABASE_URL=postgresql://postgres:postgres@localhost:5434/reception
|
|
MODEL_NAME=buffalo_l
|
|
DET_SCORE_THRESHOLD=0.7
|
|
RECOGNITION_THRESHOLD=0.5
|
|
REID_THRESHOLD=0.35
|
|
REID_WINDOW_MINUTES=5
|