Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ video_depth_anything.load_state_dict(torch.load(filepath, map_location='cpu'))
|
|
58 |
video_depth_anything = video_depth_anything.to(DEVICE).eval()
|
59 |
|
60 |
title = "# Video Depth Anything + RGBD sbs output"
|
61 |
-
description = """
|
62 |
Please refer to our [paper](https://arxiv.org/abs/2501.12375), [project page](https://videodepthanything.github.io/), and [github](https://github.com/DepthAnything/Video-Depth-Anything) for more details."""
|
63 |
|
64 |
def infer_video_depth(
|
|
|
58 |
video_depth_anything = video_depth_anything.to(DEVICE).eval()
|
59 |
|
60 |
title = "# Video Depth Anything + RGBD sbs output"
|
61 |
+
description = """**Video Depth Anything** + RGBD sbs output for viewing with Looking Glass Factory displays.
|
62 |
Please refer to our [paper](https://arxiv.org/abs/2501.12375), [project page](https://videodepthanything.github.io/), and [github](https://github.com/DepthAnything/Video-Depth-Anything) for more details."""
|
63 |
|
64 |
def infer_video_depth(
|