Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def get_warp_res(fname_image, fname_flow, fname_output='warped.png'):
|
|
88 |
#print(f"FNAME IMAGE READED: {im2.shape}")
|
89 |
#flow = fname_flow.cpu().detach().numpy()
|
90 |
flow = fname_flow
|
91 |
-
print(f"FNAME FLOW READED: {flow.shape}")
|
92 |
res = warp_flow(fname_image, flow, 1.)
|
93 |
|
94 |
def infer():
|
|
|
88 |
#print(f"FNAME IMAGE READED: {im2.shape}")
|
89 |
#flow = fname_flow.cpu().detach().numpy()
|
90 |
flow = fname_flow
|
91 |
+
#print(f"FNAME FLOW READED: {flow.shape}")
|
92 |
res = warp_flow(fname_image, flow, 1.)
|
93 |
|
94 |
def infer():
|