Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Fangkang515 authored Oct 4, 2024
1 parent c5a90bb commit 0acc763
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DN2N_test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h1 class="title is-1 publication-title">Editing 3D Scenes via Text Prompts with
<video id="teaser" autoplay loop muted playsinline height="80%">
<source src="./static/videos/demo.mp4" type="video/mp4">
</video>
DN2N is a generalizable 3D scene editing framework that does not require training models for different scenes and editing types.
<!-- DN2N is a generalizable 3D scene editing framework that does not require training models for different scenes and editing types.-->
</div>
</div>
</div>
Expand Down Expand Up @@ -188,19 +188,19 @@ <h2 class="title is-3">Method</h2>
<div class="column is-five-fifths">
<h2 class="title is-3">Video Display</h2>
<div class="content has-text-justified">
<video id="teaser" autoplay muted playsinline height="60%">
<video id="teaser" autoplay loop muted playsinline height="60%">
<source src="./static/videos/fang.mp4" type="video/mp4">
</video>
</div>

<div class="content has-text-justified">
<video id="teaser" autoplay muted playsinline height="60%">
<video id="teaser" autoplay loop muted playsinline height="60%">
<source src="./static/videos/others.mp4" type="video/mp4">
</video>
</div>

<div class="content has-text-justified">
<video id="teaser" autoplay muted playsinline height="60%">
<video id="teaser" autoplay loop muted playsinline height="60%">
<source src="./static/videos/syn_kitti.mp4" type="video/mp4">
</video>
</div>
Expand Down

0 comments on commit 0acc763

Please sign in to comment.