mirror of
https://github.com/rendies/People-Counting-in-Real-Time.git
synced 2025-10-29 19:43:03 +07:00
repo updates
This commit is contained in:
BIN
mylib/__pycache__/centroidtracker.cpython-37.pyc
Normal file
BIN
mylib/__pycache__/centroidtracker.cpython-37.pyc
Normal file
Binary file not shown.
BIN
mylib/__pycache__/config.cpython-37.pyc
Normal file
BIN
mylib/__pycache__/config.cpython-37.pyc
Normal file
Binary file not shown.
BIN
mylib/__pycache__/mailer.cpython-37.pyc
Normal file
BIN
mylib/__pycache__/mailer.cpython-37.pyc
Normal file
Binary file not shown.
BIN
mylib/__pycache__/thread.cpython-37.pyc
Normal file
BIN
mylib/__pycache__/thread.cpython-37.pyc
Normal file
Binary file not shown.
BIN
mylib/__pycache__/trackableobject.cpython-37.pyc
Normal file
BIN
mylib/__pycache__/trackableobject.cpython-37.pyc
Normal file
Binary file not shown.
@@ -9,9 +9,10 @@ url = ''
|
||||
|
||||
# ON/OFF for mail feature. Enter True to turn on the email alert feature.
|
||||
ALERT = False
|
||||
# Set max. people inside limit. Optimise number below: 10, 50, 100, etc.
|
||||
Threshold = 10
|
||||
# Threading ON/OFF
|
||||
Thread = False
|
||||
|
||||
# Simple log to log the counting data
|
||||
Log = False
|
||||
# Auto run/Schedule the software to run at your desired time
|
||||
|
||||
Reference in New Issue
Block a user