Ayushnangia commited on
Commit
ca57650
1 Parent(s): 7793ce6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -247,9 +247,9 @@ if __name__ == '__main__':
247
 
248
  combined_img = np.hstack((img1, img2, flow_img))
249
 
250
- cv2.namedWindow("Estimated flow", cv2.WINDOW_NORMAL)
251
- cv2.imshow("Estimated flow", combined_img)
252
- cv2.waitKey(0)
253
 
254
  import os
255
  import cv2
 
247
 
248
  combined_img = np.hstack((img1, img2, flow_img))
249
 
250
+ #cv2.namedWindow("Estimated flow", cv2.WINDOW_NORMAL)
251
+ #cv2.imshow("Estimated flow", combined_img)
252
+ #cv2.waitKey(0)
253
 
254
  import os
255
  import cv2