D3V1L1810 commited on
Commit
b3e2960
·
verified ·
1 Parent(s): d9ecb25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def detect_objects(images):
19
  image = asarray(image)
20
  image = cv2.resize(image,(640,640))
21
  results_detection = model_detection(image)
22
-
23
  # Load the image using OpenCV
24
  # img = cv2.imread(image_path)
25
  # Process each detected object
 
19
  image = asarray(image)
20
  image = cv2.resize(image,(640,640))
21
  results_detection = model_detection(image)
22
+ print(results_detection)
23
  # Load the image using OpenCV
24
  # img = cv2.imread(image_path)
25
  # Process each detected object