Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def visualize_model_output(prediction, img):
|
|
| 47 |
|
| 48 |
print(output.shape, img.shape,'shapes')
|
| 49 |
|
| 50 |
-
added_image = cv2.addWeighted(img,1
|
| 51 |
|
| 52 |
return added_image
|
| 53 |
|
|
|
|
| 47 |
|
| 48 |
print(output.shape, img.shape,'shapes')
|
| 49 |
|
| 50 |
+
added_image = cv2.addWeighted(img,1,output,.1,0)
|
| 51 |
|
| 52 |
return added_image
|
| 53 |
|