ruili3 commited on
Commit
06b5e66
·
1 Parent(s): 80ec9e5

add assets

Browse files
.gitignore CHANGED
@@ -164,7 +164,6 @@ cython_debug/
164
  *.sif
165
  blender-4.2.5-linux-x64*/
166
  *.zip
167
- *.png
168
  *.jpg
169
  *.log
170
  intermediate/
 
164
  *.sif
165
  blender-4.2.5-linux-x64*/
166
  *.zip
 
167
  *.jpg
168
  *.log
169
  intermediate/
app.py CHANGED
@@ -167,12 +167,6 @@ with gradio.Blocks(
167
  title="LaRI Demo",
168
  ) as demo:
169
 
170
- # gradio.Markdown(
171
- # "<h1 style='text-align: center;'>LaRI: Layered Ray Intersections for Single-view 3D Geometric Reasoning</h1>",
172
- # elem_id="title",
173
- # )
174
-
175
-
176
  gradio.HTML(
177
  """
178
  <h1 style="text-align: center; font-size: 28px; font-weight: bold; margin-bottom: 1em;">
@@ -181,29 +175,13 @@ with gradio.Blocks(
181
  """
182
  )
183
 
184
- # gradio.Markdown(
185
- # """
186
- # This is the official demo of Layered Ray Intersection (<a href="https://ruili3.github.io/lari/index.html" target="_blank" style="color: #2a9d8f;">LaRI</a>). For a quick start, click the images in 'Examples' and then click the 'Process' Button.
187
-
188
- # You can try with your own images with following steps:
189
- # - Load an image;
190
- # - Click the 'Process' button;
191
- # - Browse layered depth maps (z-channel of the resulting LaRI point map) by tunning 'Layer ID';
192
-
193
- # Note that in '3D Point Cloud', different color denotes diffrent intersection layers, i.e., <b style="color: #FFBD1C;">layer 1</b>, <b style="color: #FB5607;">layer 2</b>, <b style="color: #F15BB5;">layer 3</b>, <b style="color: #8338EC;">layer 4</b>.
194
- # """
195
- # )
196
-
197
-
198
  gradio.HTML(
199
  """
200
  <p style="font-size: 16px; line-height: 1.6;">
201
  This is the official demo of Layered Ray Intersection
202
- (<a href="https://ruili3.github.io/lari/index.html" target="_blank" style="color: #2a9d8f; font-weight: bold;">LaRI</a>).
203
- For a quick start, click the images in 'Examples' and then click the 'Process' Button.
204
- </p>
205
-
206
- <p style="font-size: 16px; line-height: 1.6;">
207
  You can try with your own images with the following steps:
208
  <ul>
209
  <li>Load an image</li>
@@ -211,14 +189,15 @@ with gradio.Blocks(
211
  <li>Browse layered depth maps (z-channel of the resulting LaRI point map) by tuning 'Layer ID'</li>
212
  </ul>
213
  </p>
 
 
 
 
 
 
 
 
214
 
215
- <p style="font-size: 16px; line-height: 1.6;">
216
- Note that in <b>3D Point Cloud</b>, different colors denote different intersection layers:
217
- <span style="color: #FFBD1C;"><b>Layer 1</b></span>,
218
- <span style="color: #FB5607;"><b>Layer 2</b></span>,
219
- <span style="color: #F15BB5;"><b>Layer 3</b></span>,
220
- <span style="color: #8338EC;"><b>Layer 4</b></span>.
221
- </p>
222
  """
223
  )
224
 
 
167
  title="LaRI Demo",
168
  ) as demo:
169
 
 
 
 
 
 
 
170
  gradio.HTML(
171
  """
172
  <h1 style="text-align: center; font-size: 28px; font-weight: bold; margin-bottom: 1em;">
 
175
  """
176
  )
177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  gradio.HTML(
179
  """
180
  <p style="font-size: 16px; line-height: 1.6;">
181
  This is the official demo of Layered Ray Intersection
182
+ (<a href="https://ruili3.github.io/lari/index.html" target="_blank" style="color: #42aaf5">LaRI</a>). The current demo only supports object-level reconstruction.
183
+
184
+ <h3 style="color: #42aaf5;">Get Started</h3>
 
 
185
  You can try with your own images with the following steps:
186
  <ul>
187
  <li>Load an image</li>
 
189
  <li>Browse layered depth maps (z-channel of the resulting LaRI point map) by tuning 'Layer ID'</li>
190
  </ul>
191
  </p>
192
+ Note that in “3D Point Cloud”, different colors denote different intersection layers:
193
+ <span style="color: #FFBD1C;">Layer 1</span>,
194
+ <span style="color: #FB5607;">Layer 2</span>,
195
+ <span style="color: #F15BB5;">Layer 3</span>,
196
+ <span style="color: #8338EC;">Layer 4</span>.
197
+
198
+ <h3 style="color: #42aaf5;">Contact</h3>
199
+ If you have any question, feel free to create an issue in our <a href="https://github.com/ruili3/lari" target="_blank" style="color: #42aaf5;">GitHub Repo</a> ⭐
200
 
 
 
 
 
 
 
 
201
  """
202
  )
203
 
assets/3m_tape.png ADDED

Git LFS Details

  • SHA256: 351f06d6a3a759a1d22317a066bd03ba3f7b223d564caa37d4b1567181606fb5
  • Pointer size: 131 Bytes
  • Size of remote file: 178 kB
assets/ace.png ADDED

Git LFS Details

  • SHA256: 819f4f1d68f997bac3c7f4bfb3fc5ebb1da190b6d4432aa30bbb0e81d837d12f
  • Pointer size: 131 Bytes
  • Size of remote file: 211 kB
assets/alphabet.png ADDED

Git LFS Details

  • SHA256: 7398f7564e6d78e112dfd2e3e1664c80effc43e10e30dae9b4d1035ae0b2da10
  • Pointer size: 131 Bytes
  • Size of remote file: 185 kB
assets/bifidus.png ADDED

Git LFS Details

  • SHA256: 13c7073accdc6143a52385dfbac24e7e6fe8b90788fe8d02ceb22df8edd1a8f0
  • Pointer size: 131 Bytes
  • Size of remote file: 221 kB
assets/cole_hardware.png ADDED

Git LFS Details

  • SHA256: c46e5d80614d35026fbe9e6f82a34f0d02c5ba8a2cfba0537a0b0f7d7272afe3
  • Pointer size: 131 Bytes
  • Size of remote file: 172 kB
assets/d_rose.png ADDED

Git LFS Details

  • SHA256: 7f3708eb68b40f20cd88b1685b3913b89cdc59ed63eee6d9ea11e08ea65402e1
  • Pointer size: 131 Bytes
  • Size of remote file: 185 kB
assets/fem.png ADDED

Git LFS Details

  • SHA256: f3d3b03fe0f2e1fe2eda9acf488f3aec44d13d8b78684a2a3e5bdefda362aaab
  • Pointer size: 131 Bytes
  • Size of remote file: 203 kB
assets/horse.png ADDED

Git LFS Details

  • SHA256: 50de7b572d3f0e27989344c53135492b1c455385afdc836c5a755b2329b4d0a0
  • Pointer size: 131 Bytes
  • Size of remote file: 156 kB
assets/martin_wedge.png ADDED

Git LFS Details

  • SHA256: 018e7eeb7224594afcc364f9d1d841d9c6f35399d69cc7c99fca31dbdc3dbb83
  • Pointer size: 131 Bytes
  • Size of remote file: 149 kB
assets/rhino.png ADDED

Git LFS Details

  • SHA256: 64abd965fcf9cc4dc784d0b69f517b129547b822b93b1d032a97222608104c01
  • Pointer size: 131 Bytes
  • Size of remote file: 160 kB