From 085447604759dbae5f1a0f4ce82e912128a7463b Mon Sep 17 00:00:00 2001 From: SaiKrishna99-creator Date: Wed, 20 Aug 2025 18:46:54 -0400 Subject: [PATCH] added a comment in code and removed a couple of ashes --- benchmark.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/benchmark.py b/benchmark.py index 46adc59df..677d6afc7 100755 --- a/benchmark.py +++ b/benchmark.py @@ -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 = {}