Spaces:
Runtime error
Runtime error
anhquancao
commited on
Commit
β’
c1c8251
1
Parent(s):
4d85df4
update links
Browse files
app.py
CHANGED
@@ -54,10 +54,17 @@ def predict(img):
|
|
54 |
return fig
|
55 |
|
56 |
description = """
|
57 |
-
MonoScene Demo on SemanticKITTI Validation Set (Sequence 08), which uses the <b>camera parameters of Sequence 08</b>.
|
58 |
Due to the <b>CPU-only</b> inference, it might take up to 20s to predict a scene. \n
|
59 |
-
The output is <b>downsampled by 2</b> to be able to be rendered in browsers.
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
"""
|
62 |
title = "MonoScene: Monocular 3D Semantic Scene Completion"
|
63 |
article="""
|
|
|
54 |
return fig
|
55 |
|
56 |
description = """
|
57 |
+
MonoScene Demo on SemanticKITTI Validation Set (Sequence 08), which uses the <b>camera parameters of Sequence 08</b>.
|
58 |
Due to the <b>CPU-only</b> inference, it might take up to 20s to predict a scene. \n
|
59 |
+
The output is <b>downsampled by 2</b> to be able to be rendered in browsers.
|
60 |
+
<b>Darker</b> colors represent the <b>scenery outside the Field of View</b>, i.e. not visible on the image.
|
61 |
+
<center>
|
62 |
+
<a href="https://cv-rits.github.io/MonoScene/">
|
63 |
+
<img style="display:inline" alt="Project page" src="https://img.shields.io/badge/Project%20Page-MonoScene-red">
|
64 |
+
</a>
|
65 |
+
<a href="https://arxiv.org/abs/2112.00726"><img style="display:inline" src="https://img.shields.io/badge/arXiv%20%2B%20supp-2112.00726-purple"></a>
|
66 |
+
<a href="https://github.com/cv-rits/MonoScene"><img style="display:inline" src="https://img.shields.io/github/stars/cv-rits/MonoScene?style=social"></a>
|
67 |
+
</center>
|
68 |
"""
|
69 |
title = "MonoScene: Monocular 3D Semantic Scene Completion"
|
70 |
article="""
|