Spaces:
Running
Running
Image testing
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def detect_and_annotate(image,
|
|
50 |
|
51 |
# Copy and convert the image for sara processing
|
52 |
sara_image = image.copy()
|
53 |
-
sara_image = cv2.cvtColor(sara_image, cv2.COLOR_RGB2BGR)
|
54 |
|
55 |
# Resetting sara
|
56 |
sara.reset()
|
|
|
50 |
|
51 |
# Copy and convert the image for sara processing
|
52 |
sara_image = image.copy()
|
53 |
+
# sara_image = cv2.cvtColor(sara_image, cv2.COLOR_RGB2BGR)
|
54 |
|
55 |
# Resetting sara
|
56 |
sara.reset()
|