freealise commited on
Commit
c4f662c
·
verified ·
1 Parent(s): da463b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def predict_depth(image, model):
74
  #def predict_depth(model, image):
75
  # return model(image)["depth"]
76
 
77
- def make_video(video_path, outdir='./vis_video_depth', encoder='vits', blur_data):
78
  if encoder not in ["vitl","vitb","vits","vitg"]:
79
  encoder = "vits"
80
 
 
74
  #def predict_depth(model, image):
75
  # return model(image)["depth"]
76
 
77
+ def make_video(video_path, outdir='./vis_video_depth', encoder='vits', blur_data=blur_in):
78
  if encoder not in ["vitl","vitb","vits","vitg"]:
79
  encoder = "vits"
80