mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Merge pull request #1 from SaiKrishna99-creator/sai/change
added a comment in code and removed a couple of ashes
This commit is contained in:
commit
6154e15596
@ -1,3 +1,4 @@
|
||||
#Importing the required libraries
|
||||
import datetime
|
||||
import multiprocessing as mp
|
||||
from statistics import mean
|
||||
@ -74,9 +75,7 @@ def start(id, num_detections, detection_queue, event):
|
||||
# start(1, 1000, edgetpu_process.detection_queue, event)
|
||||
# print(f"Average raw inference speed: {edgetpu_process.avg_inference_speed.value*1000:.2f}ms")
|
||||
|
||||
####
|
||||
# Multiple camera processes
|
||||
####
|
||||
camera_processes = []
|
||||
|
||||
events = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user