Skip to content

Commit 4be516d

Browse files
committed
reduced video size
1 parent 5397c48 commit 4be516d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -351,13 +351,11 @@ <h2 class="title is-3">Segmentation Examples</h2>
351351
</div>
352352
</div>
353353
<div class="columns is-centered has-text-justified">
354-
<div class="column is-four-fifths">
355354
<p style="margin-top: 30px">
356355
These are examples of the segmentation masks that were annotated for the EgoNRG dataset.
357356
You can seee the segmentation masks created for the joint hand-arm for both the left and right limbs.
358357
You can also see how the dataset has varying clothing conditions, light conditions, and background people visible.
359358
</p>
360-
</div>
361359
</div>
362360
</div>
363361
</section>
@@ -395,7 +393,7 @@ <h2 class="title is-3">Gesture Classes</h2>
395393
class that was captured in the dataset from the first-person view.
396394
</p>
397395
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
398-
<source src="./static/videos/gesture_examples.mp4"
396+
<source src="./static/videos/gif_gesture_examples.mp4"
399397
type="video/mp4">
400398
</video>
401399
<p style="margin-top: 30px">
@@ -422,7 +420,7 @@ <h2 class="title is-3">Example Videos</h2>
422420
<source src="./static/videos/example_videos_b_cropped.mp4"
423421
type="video/mp4">
424422
</video>
425-
<p style="margin-top: 30px">
423+
<p style="margin-top: 0px">
426424
Examples of raw videos captured from the various viewpoints of the cameras. You can see gestures being performed
427425
in both indoor and outdoor environments, with participants wearing long sleeves and gloves as well as bare skin,
428426
in varying lighting conditions, with and without background people visible.
@@ -445,7 +443,7 @@ <h2 class="title is-3">Example Viewpoints</h2>
445443
<source src="./static/videos/combined_video_example_cropped.mp4"
446444
type="video/mp4">
447445
</video>
448-
<p style="margin-top: -30px">
446+
<p style="margin-top: 0px">
449447
This video shows all four viewpoints that were captured in the dataset for each gesture performed by the participants.
450448
You can see that in each viewpoint, the part of the participants hand that is visible is different across viewpoints,
451449
hence providing more information for training models that can generalize to other egocentric vision platforms.
4.39 MB
Binary file not shown.

0 commit comments

Comments
 (0)