fffiloni commited on
Commit
d4a56f6
1 Parent(s): 89a38b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ using our implementation of the RAFT model. We will also see how to convert the
17
  predicted flows to RGB images for visualization.
18
  """
19
 
 
20
  import numpy as np
21
  import torch
22
  import matplotlib.pyplot as plt
 
17
  predicted flows to RGB images for visualization.
18
  """
19
 
20
+ import cv2
21
  import numpy as np
22
  import torch
23
  import matplotlib.pyplot as plt