-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage1.html
77 lines (62 loc) · 4.46 KB
/
page1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./static/css/bulma.min.css">
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
<script src="./static/js/bulma-carousel.min.js"></script>
<script src="./static/js/bulma-slider.min.js"></script>
<script src="./static/js/index.js"></script>
<!-- <script src="./static/js/lqm.js"></script> -->
<script src="./static/js/video_comparison.js" defer></script>
</head>
<body>
<section>
<div class="hero-body">
<h2 style="text-align: center;" class="is-size-4">Reconstructed point clouds </h2>
<!-- <div class="column is-full-width has-text-centered"> -->
<!-- <div class="container"> -->
<div id="results-carousel" class="carousel results-carousel">
<!-- cofffee -->
<!-- <div class="item item-steve video-grid">
<div class="video-description0">input video</div>
<div class="video-description1">renderings</div>
<div class="video-description2">estimated monocular depth</div>
<div class="video-description3">rendered depth</div>
<video poster="" id="steve gt_rgb" autoplay muted loop playsinline height="100%">
<source src="static\combined_Video_results\dynerf\coffee_martini_4in1_output.mp4" type="video/mp4">
</video>
</div> -->
<div class="item item-steve video-grid1" >
<iframe id="tennis" class="iframe" src="https://monst3r-project.github.io/build/?playbackPath=https://igl-hkust.github.io/Align3R.github.io/static/viser_result/recording_tennis.viser&initDistanceScale=0.3&initHeightOffset=0.15" style="width: 100%; height: 100%;"></iframe>
</div>
<div class="item item-steve video-grid1" >
<iframe id="train" class="iframe" src="https://monst3r-project.github.io/build/?playbackPath=https://igl-hkust.github.io/Align3R.github.io/static/viser_result/recording_train.viser&initDistanceScale=0.3&initHeightOffset=0.15" style="width: 100%; height: 100%;"></iframe>
</div>
<div class="item item-steve video-grid1" >
<iframe id="bear" class="iframe" src="https://monst3r-project.github.io/build/?playbackPath=https://igl-hkust.github.io/Align3R.github.io/static/viser_result/recording_bear.viser&initDistanceScale=0.3&initHeightOffset=0.15" style="width: 100%; height: 600px;"></iframe>
</div>
<div class="item item-steve video-grid1" >
<iframe id="breakdance-flare" class="iframe" src="https://monst3r-project.github.io/build/?playbackPath=https://igl-hkust.github.io/Align3R.github.io/static/viser_result/recording_breakdance-flare.viser&initDistanceScale=0.3&initHeightOffset=0.15" style="width: 100%; height: 100%;"></iframe>
</div>
<div class="item item-steve video-grid1" >
<iframe id="breakdance" class="iframe" src="https://monst3r-project.github.io/build/?playbackPath=https://igl-hkust.github.io/Align3R.github.io/static/viser_result/recording_breakdance.viser&initDistanceScale=0.3&initHeightOffset=0.15" style="width: 100%; height: 100%;"></iframe>
</div>
<div class="item item-steve video-grid1" >
<iframe id="breakdance" class="iframe" src="https://monst3r-project.github.io/build/?playbackPath=https://igl-hkust.github.io/Align3R.github.io/static/viser_result/recording_rgbd_dataset_freiburg3_sitting_rpy.viser&initDistanceScale=0.3&initHeightOffset=0.15" style="width: 100%; height: 100%;"></iframe>
</div>
<div class="item item-steve video-grid1" >
<iframe id="breakdance" class="iframe" src="https://monst3r-project.github.io/build/?playbackPath=https://igl-hkust.github.io/Align3R.github.io/static/viser_result/recording_rgbd_dataset_freiburg3_walking_rpy.viser&initDistanceScale=0.3&initHeightOffset=0.15" style="width: 100%; height: 100%;"></iframe>
</div>
</div>
</div>
</div>
</section>
</body>
</html>