Spaces:
Sleeping
Sleeping
Update Utils/area.py
Browse files- Utils/area.py +2 -2
Utils/area.py
CHANGED
@@ -46,6 +46,6 @@ def process_and_overlay_image(original_image, mask_prediction, output_image_path
|
|
46 |
#cv2.imwrite(output_image_path, cv2.cvtColor(original_image, cv2.COLOR_BGR2RGB))
|
47 |
|
48 |
# Display the image using matplotlib
|
49 |
-
return original_image
|
50 |
-
|
51 |
|
|
|
46 |
#cv2.imwrite(output_image_path, cv2.cvtColor(original_image, cv2.COLOR_BGR2RGB))
|
47 |
|
48 |
# Display the image using matplotlib
|
49 |
+
#return original_image
|
50 |
+
return (cv2.cvtColor(original_image, cv2.COLOR_BGR2RGB))
|
51 |
|