Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ import matplotlib.pyplot as plt
|
|
31 |
from mono.utils.unproj_pcd import reconstruct_pcd, save_point_cloud
|
32 |
import gradio as gr
|
33 |
|
34 |
-
cfg = Config.fromfile('
|
35 |
|
36 |
torch.hub.download_url_to_file('https://images.unsplash.com/photo-1437622368342-7a3d73a34c8f', 'turtle.jpg')
|
37 |
torch.hub.download_url_to_file('https://images.unsplash.com/photo-1519066629447-267fffa62d4b', 'lions.jpg')
|
|
|
31 |
from mono.utils.unproj_pcd import reconstruct_pcd, save_point_cloud
|
32 |
import gradio as gr
|
33 |
|
34 |
+
cfg = Config.fromfile('.mono/configs/HourglassDecoder/vit.raft5.small.py')
|
35 |
|
36 |
torch.hub.download_url_to_file('https://images.unsplash.com/photo-1437622368342-7a3d73a34c8f', 'turtle.jpg')
|
37 |
torch.hub.download_url_to_file('https://images.unsplash.com/photo-1519066629447-267fffa62d4b', 'lions.jpg')
|