Update app.py
Browse files
app.py
CHANGED
@@ -34,10 +34,10 @@ import torchvision.transforms as T
|
|
34 |
import tempfile
|
35 |
from pathlib import Path
|
36 |
from urllib.request import urlretrieve
|
37 |
-
|
38 |
from scipy.interpolate import LinearNDInterpolator
|
39 |
from imageio import imread, imwrite
|
40 |
-
|
41 |
|
42 |
def write_flo(flow, filename):
|
43 |
"""
|
|
|
34 |
import tempfile
|
35 |
from pathlib import Path
|
36 |
from urllib.request import urlretrieve
|
37 |
+
|
38 |
from scipy.interpolate import LinearNDInterpolator
|
39 |
from imageio import imread, imwrite
|
40 |
+
|
41 |
|
42 |
def write_flo(flow, filename):
|
43 |
"""
|