Spaces:
Runtime error
Runtime error
vahidrezanezhad
commited on
Commit
•
8c194a0
1
Parent(s):
b5cd0e0
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def visualize_model_output(prediction, img):
|
|
50 |
|
51 |
|
52 |
|
53 |
-
added_image = cv2.addWeighted(img,
|
54 |
print(added_image)
|
55 |
return added_image
|
56 |
|
|
|
50 |
|
51 |
|
52 |
|
53 |
+
added_image = cv2.addWeighted(img,0.5,output,0.1,0)
|
54 |
print(added_image)
|
55 |
return added_image
|
56 |
|