Skip to content

Commit 1bf0ce1

Browse files
committed
update
1 parent 4888a16 commit 1bf0ce1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>SlideVideo</h2>
5252

5353
<h2>Abstract Images</h2>
5454

55-
<p style="text-align: left;">Lower bound and upper bound images are supposed to contain all images that can be rendered from given range of camera (scene) movement, like reference images.</p>
55+
<p style="text-align: left;">Lower bound and upper bound images are supposed to contain all images that can be rendered from given range of camera (scene) movement, such as the reference images.</p>
5656

5757
<video class="wide-video" controls>
5858
<source src="assets/videos/AR_vis_airplane_grey.mp4" type="video/mp4">
@@ -62,7 +62,7 @@ <h2>Abstract Images</h2>
6262

6363
<h2>Downstream NN Verification</h2>
6464

65-
<p style="text-align: left;">Verified range of camera movement for which the downstream NN (ResNet classifer or GateNet pose estimator) is certified to work (color in green), and identify the ranges where it may fail (color in red).</p>
65+
<p style="text-align: left;">Verify the range of camera movement for which the downstream NN (ResNet classifer or GateNet pose estimator) is certified to work (color in green), and identify the ranges where it may fail (color in red).</p>
6666

6767
<img src="assets/images/classification result.png" class="teaser" alt="Teaser Image" style="width: 100%;">
6868
<img src="assets/images/pose estimator result.png" class="teaser" alt="Teaser Image" style="width: 100%;">

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
/* Main content area */
4949
.container {
50-
max-width: 1200px; /* Restrict the width to 1200px */
50+
max-width: 1000px; /* Restrict the width to 1200px */
5151
margin: 0 auto; /* Center the container */
5252
padding: 0 20px 60px;
5353
background-color: #fff;

0 commit comments

Comments
 (0)