Skip to content

Commit 5813dea

Browse files
authored
Update index.html
1 parent e9cf7ab commit 5813dea

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

index.html

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,32 @@ <h2 class="title is-3">Gesture Classes</h2>
371371
<div class="columns is-centered">
372372
<div class="column">
373373
<div class="content">
374-
<h2 class="title is-3">Example Videos</h2>
374+
<h2 class="title is-3">Clothing Variation Examples</h2>
375+
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
376+
<source src="./static/videos/example_videos_a_cropped.mp4"
377+
type="video/mp4">
378+
</video>
379+
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
380+
<source src="./static/videos/egonrg_clothing_variation_video_white_compressed.mp4"
381+
type="video/mp4">
382+
</video>
383+
<p style="margin-top: 0px">
384+
Examples of some of the clothing variation that participants wore during the data collection captured from the 3rd person point of view. You can see the dataset
385+
has users not wearing any sleeves or gloves, solid sleeves with alternative colored gloves, and military camo sleeves and gloves. The camo patterns along with the
386+
solid colored sleeves and gloves were varied.
387+
</p>
388+
</div>
389+
</div>
390+
</div>
391+
</div>
392+
</section>
393+
394+
<section class="section">
395+
<div class="container is-max-desktop">
396+
<div class="columns is-centered">
397+
<div class="column">
398+
<div class="content">
399+
<h2 class="title is-3">Raw Example Videos</h2>
375400
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
376401
<source src="./static/videos/example_videos_a_cropped.mp4"
377402
type="video/mp4">
@@ -396,7 +421,7 @@ <h2 class="title is-3">Example Videos</h2>
396421
<div class="columns is-centered">
397422
<div class="column">
398423
<div class="content">
399-
<h2 class="title is-3">Egocentric Viewpoints</h2>
424+
<h2 class="title is-3">Multiple Viewpoints</h2>
400425
<div class="columns is-centered has-text-centered">
401426
<div class="column">
402427
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">

0 commit comments

Comments
 (0)