Skip to content

Commit 04b52af

Browse files
committed
update
1 parent 297b5ec commit 04b52af

File tree

5 files changed

+47
-45
lines changed

5 files changed

+47
-45
lines changed

index.html

Lines changed: 47 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1 class="title is-1 publication-title" style="font-size:36px;">FoundationStere
8080
</span>
8181
<!-- Video Link. -->
8282
<span class="link-block">
83-
<a href="" class="external-link button is-normal is-rounded is-dark">
83+
<a href="https://www.youtube.com/watch?v=R7RgHxEXB3o" class="external-link button is-normal is-rounded is-dark">
8484
<span class="icon">
8585
<i class="fab fa-youtube"></i>
8686
</span>
@@ -176,7 +176,7 @@ <h2 class="title is-3">Abstract</h2>
176176
<div class="columns is-centered has-text-centered">
177177
<div class="column is-four-fifths">
178178
<h2 class="title is-3">ETH3D Leaderboard 🏆</h2>
179-
<p style="text-align: left;margin-bottom: 10px">We obtained the 1st place on the <a href="https://www.eth3d.net/low_res_two_view">ETH3D leaderboard</a>.</p>
179+
<p style="text-align: left;margin-bottom: 10px">We obtained the 1st place on the world-wide <a href="https://www.eth3d.net/low_res_two_view">ETH3D leaderboard</a>.</p>
180180
<img src="static/images/eth_leaderboard.png" width="80%">
181181
</div>
182182
</div>
@@ -255,49 +255,11 @@ <h2 class="title is-3" style="text-align: center;">Comparison of Stereo Matching
255255
</div>
256256
</div>
257257

258-
<br>
259-
<br>
260-
<div class="columns is-centered has-text-centered">
261-
<div class="column is-full">
262-
<h2 class="title is-3" style="text-align: center;">Comparison to Metric Monocular Depth</h2>
263-
<!-- <div class="column is-three-fifths"> -->
264-
<p style="text-align: left;">We compare with SOTA monocular metric depth estimation methods. Despite their recent advancements, ours still yields the most accurate metric scale point cloud. Play with the below interactive 3D viewer to learn more.</p>
265-
<!-- </div> -->
266-
<img src="static/images/mono_comparison.png" width="70%" style="margin-top: 10px;">
267-
<div style="display: flex; flex: none; align-items: center; justify-content: center; gap: 10px; margin-top: -30px; margin-bottom: -20px;">
268-
<p class="title is-5" style="margin: 0;">Method:</p>
269-
<span id="Ours_mono" class="button method_mono is-info is-rounded" onclick="change_method_mono('Ours')">
270-
Ours
271-
</span>
272-
<span id="DepthAnythingV2" class="button method_mono is-black is-rounded" onclick="change_method_mono('DepthAnythingV2')">
273-
DepthAnythingV2
274-
</span>
275-
<span id="Depth Pro" class="button method_mono is-black is-rounded" onclick="change_method_mono('Depth Pro')">
276-
Depth Pro
277-
</span>
278-
</div>
279-
<!-- <div style="display: flex; width: 100%; flex: none; text-align: center; justify-content: center; gap: 2px; margin-top: 10px; margin-bottom:-20px">
280-
<img src="static/images/gr00t_left.png" width="25%">
281-
<img id="mono_disp" width="25%">
282-
</div> -->
283-
<br>
284-
<model-viewer style="width: 50%; height: auto; aspect-ratio: 3/2; border: 1px solid black; display: inline-block; "
285-
id="mono_cloud"
286-
exposure="0.5"
287-
max-camera-orbit="Infinity 180deg 100%"
288-
min-camera-orbit="-Infinity -180deg 10%"
289-
orientation="0deg 180deg 180deg"
290-
camera-orbit="180deg 90deg 80%"
291-
camera-controls touch-action="none">
292-
</model-viewer>
293-
</div>
294-
</div>
295-
296258

297259
<div class="columns is-centered has-text-centered" style="margin-top: 100px;">
298260
<div class="column is-full">
299261
<h2 class="title is-3" style="text-align: center;">Comparison to RGBD Camera</h2>
300-
<p style="text-align: left;">We compare to common RGBD cameras including RealSense, Kinect, Zed. Ours uses the same stereo image from Zed as input. Different cameras may use different filtering steps for postprocessing, wherease the point cloud accuracy should not be affected.</p>
262+
<p style="text-align: left;">We compare to common RGBD cameras including RealSense, Kinect, Zed. Ours uses the same stereo image from Zed as input. Different cameras may use different filtering steps for postprocessing, whereas the inlier point cloud accuracy should not be affected.</p>
301263
<div style="display: flex; flex: none; align-items: center; justify-content: center; gap: 10px; margin-top: 10px;">
302264
<p class="title is-5" style="margin: 0;">Scene:</p>
303265
<span id="Nut" class="button scene_cam is-info is-rounded" onclick="change_scene_cam('Nut')">
@@ -345,11 +307,50 @@ <h2 class="title is-3" style="text-align: center;">Comparison to RGBD Camera</h2
345307
</div>
346308
</div>
347309

310+
311+
<div class="columns is-centered has-text-centered" style="margin-top: 150px;">
312+
<div class="column is-four-fifths">
313+
<h2 class="title is-3" style="text-align: center;">Comparison to Metric Monocular Depth</h2>
314+
<p style="text-align: left;">We compare with SOTA monocular metric depth estimation methods. Despite their recent advancements, ours still yields the most accurate metric scale point cloud. Play with the below interactive 3D viewer to learn more.</p>
315+
<!-- </div> -->
316+
<img src="static/images/mono_comparison.png" width="70%" style="margin-top: 10px;">
317+
<div style="display: flex; flex: none; align-items: center; justify-content: center; gap: 10px; margin-top: -30px; margin-bottom: -20px;">
318+
<p class="title is-5" style="margin: 0;">Method:</p>
319+
<span id="Ours_mono" class="button method_mono is-info is-rounded" onclick="change_method_mono('Ours')">
320+
Ours
321+
</span>
322+
<span id="DepthAnythingV2" class="button method_mono is-black is-rounded" onclick="change_method_mono('DepthAnythingV2')">
323+
DepthAnythingV2
324+
</span>
325+
<span id="Depth Pro" class="button method_mono is-black is-rounded" onclick="change_method_mono('Depth Pro')">
326+
Depth Pro
327+
</span>
328+
</div>
329+
<!-- <div style="display: flex; width: 100%; flex: none; text-align: center; justify-content: center; gap: 2px; margin-top: 10px; margin-bottom:-20px">
330+
<img src="static/images/gr00t_left.png" width="25%">
331+
<img id="mono_disp" width="25%">
332+
</div> -->
333+
<br>
334+
<model-viewer style="width: 50%; height: auto; aspect-ratio: 3/2; border: 1px solid black; display: inline-block; "
335+
id="mono_cloud"
336+
exposure="0.5"
337+
max-camera-orbit="Infinity 180deg 100%"
338+
min-camera-orbit="-Infinity -180deg 10%"
339+
orientation="0deg 180deg 180deg"
340+
camera-orbit="180deg 90deg 80%"
341+
camera-controls touch-action="none">
342+
</model-viewer>
343+
</div>
344+
</div>
345+
346+
347+
348348
<div class="columns is-centered has-text-centered", style="margin-top: 100px;">
349349
<div class="column is-four-fifths">
350350
<h2 class="title is-3">Quantitative Comparison</h2>
351-
<img src="static/images/table_zero_shot.jpg" width="50%">
352-
<img src="static/images/eth.jpg" width="50%" style="margin-top: 20px;">
351+
<img src="static/images/table_zero_shot.jpg" width="40%">
352+
<br>
353+
<img src="static/images/eth.jpg" width="40%" style="margin-top: 20px;">
353354
</div>
354355
</div>
355356

@@ -359,9 +360,10 @@ <h2 class="title is-3">Quantitative Comparison</h2>
359360
<div class="column is-four-fifths">
360361
<h2 class="title is-3">Full Video</h2>
361362
<div class="publication-video">
362-
<video style="text-align:center; width:100%" id="v3" playsinline controls height="100%">
363+
<!-- <video style="text-align:center; width:100%; border: 5px solid black" id="v3" playsinline controls height="100%">
363364
<source src="static/videos/v0c.mp4" type="video/mp4">
364-
</video>
365+
</video> -->
366+
<iframe src="https://www.youtube.com/embed/R7RgHxEXB3o?si=NBHsVaZSOjGOLN03" style="border: 5px solid black" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
365367
<!-- <iframe src="https://www.youtube.com/embed/Ip_yWsGUF6c?si=qnkJtKPyeIl85WMx" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> -->
366368
</div>
367369
</div>
19.2 KB
Loading
56.3 KB
Loading
50.9 KB
Loading
37.7 KB
Loading

0 commit comments

Comments
 (0)