Spaces:
Runtime error
Runtime error
vahidrezanezhad
commited on
Commit
•
f60949d
1
Parent(s):
0099f57
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,8 @@ def visualize_model_output(prediction, img):
|
|
45 |
output = output.astype(np.int32)
|
46 |
img = img.astype(np.int32)
|
47 |
|
48 |
-
print(output
|
|
|
49 |
|
50 |
added_image = cv2.addWeighted(img,1,output,.1,0)
|
51 |
|
|
|
45 |
output = output.astype(np.int32)
|
46 |
img = img.astype(np.int32)
|
47 |
|
48 |
+
print(output,'shapes')
|
49 |
+
print(img,'shapes2')
|
50 |
|
51 |
added_image = cv2.addWeighted(img,1,output,.1,0)
|
52 |
|