Update app.py
Browse files
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
|