|
GLOBAL_OBJECT_CONFIG = CONFIG.get('objects', {})
|
|
GLOBAL_OBJECT_CONFIG = CONFIG.get('objects', {})
|
|
WEB_PORT = CONFIG.get('web_port', 5000)
|
|
WEB_PORT = CONFIG.get('web_port', 5000)
|
|
def __init__(self, camera_processes, config, detectors, detection_queue, tracked_objects_queue, stop_event):
|
|
def __init__(self, camera_processes, config, detectors, detection_queue, tracked_objects_queue, stop_event):
|