Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|