manikandan18ramalingam commited on
Commit
c285f13
·
verified ·
1 Parent(s): 3140681

Update object_detection.py

Browse files
Files changed (1) hide show
  1. object_detection.py +1 -0
object_detection.py CHANGED
@@ -5,6 +5,7 @@ import os
5
  import shutil
6
  import cv2
7
  import subprocess
 
8
 
9
  # Method to detect objects with given confidence score
10
 
 
5
  import shutil
6
  import cv2
7
  import subprocess
8
+ import time
9
 
10
  # Method to detect objects with given confidence score
11