Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ def make_video(video_path, outdir='./vis_video_depth', encoder='vits', blur_data
|
|
242 |
count += 1
|
243 |
|
244 |
global frame_selected
|
245 |
-
if ctr
|
246 |
color_transfer(frame_selected)
|
247 |
|
248 |
j=0
|
|
|
242 |
count += 1
|
243 |
|
244 |
global frame_selected
|
245 |
+
if ctr == True:
|
246 |
color_transfer(frame_selected)
|
247 |
|
248 |
j=0
|