vahidrezanezhad commited on
Commit
0099f57
·
verified ·
1 Parent(s): 6d3987f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.,output,1.,0)
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