Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
JohanDL/Depth-Anything-Video
freealise
/
Depth-Anything-Video
like
1
Running
App
Files
Files
Community
freealise
commited on
Aug 26
Commit
8d1911b
•
1 Parent(s):
a0e182b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -399,7 +399,7 @@ def optimize(v, d):
399
global depths
400
401
if v == True:
402
-
ddepth =
cv
.CV_16S
403
kernel_size = 3
404
l = 16
405
399
global depths
400
401
if v == True:
402
+
ddepth =
cv2
.CV_16S
403
kernel_size = 3
404
l = 16
405