Skip to content

Commit

Permalink
add test vedio
Browse files Browse the repository at this point in the history
  • Loading branch information
圆枕 committed Dec 28, 2023
1 parent d0b5af0 commit 757fd6b
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">Objaverse High Quality Rendering Dataset</h1>
<h1 class="title is-1 publication-title">High Quality Rendering Dataset of Objaverse</h1>
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
Expand Down Expand Up @@ -133,7 +133,7 @@ <h1 class="title is-1 publication-title">Objaverse High Quality Rendering Datase
type="video/mp4">
</video>
<h2 class="subtitle has-text-centered">
Samples of OHQRD. From top to bottom, they are the RGB, Albedo, Normal and Depth images.
Samples of HQRDO. From top to bottom, they are the RGB, Albedo, Normal and Depth images.
</h2>
</div>
</div>
Expand All @@ -148,7 +148,7 @@ <h2 class="subtitle has-text-centered">
<h2 class="title is-3">Introduction</h2>
<div class="content has-text-justified">
<p>
In this project, we provide a detailed introduction to the Objaverse-Multi-View-Rendering-Dataset (OHQRD). OHQRD is rendered using the XX renderer on Objaverse with A10 for about 2000 GPU hours, yielding 2800,0000 number of albedo, RGB, Depth, and Normal images.
Objaverse High Quality Rendering Dataset (HQRDO) is rendered using the XX renderer on Objaverse with A10 for about 2000 GPU hours, yielding 2800,0000 number of albedo, RGB, Depth, and Normal images. We render 38 views of a centered object. In addition, we mannuly split the subset of the dataset into 10 general including including human-shape, anmal, daily used object, furniture, building & outdoor, transportations, plant, food, electronic and poor-quality object.
</p>
</div>
</div>
Expand All @@ -159,42 +159,42 @@ <h2 class="title is-3">Introduction</h2>


<!-- Image carousel -->
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel1.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
First image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel2.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Second image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel3.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Third image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel4.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Fourth image description.
</h2>
</div>
</div>
</div>
</div>
</section>
<!--<section class="hero is-small">-->
<!-- <div class="hero-body">-->
<!-- <div class="container">-->
<!-- <div id="results-carousel" class="carousel results-carousel">-->
<!-- <div class="item">-->
<!-- &lt;!&ndash; Your image here &ndash;&gt;-->
<!-- <img src="static/images/carousel1.jpg" alt="MY ALT TEXT"/>-->
<!-- <h2 class="subtitle has-text-centered">-->
<!-- First image description.-->
<!-- </h2>-->
<!-- </div>-->
<!-- <div class="item">-->
<!-- &lt;!&ndash; Your image here &ndash;&gt;-->
<!-- <img src="static/images/carousel2.jpg" alt="MY ALT TEXT"/>-->
<!-- <h2 class="subtitle has-text-centered">-->
<!-- Second image description.-->
<!-- </h2>-->
<!-- </div>-->
<!-- <div class="item">-->
<!-- &lt;!&ndash; Your image here &ndash;&gt;-->
<!-- <img src="static/images/carousel3.jpg" alt="MY ALT TEXT"/>-->
<!-- <h2 class="subtitle has-text-centered">-->
<!-- Third image description.-->
<!-- </h2>-->
<!-- </div>-->
<!-- <div class="item">-->
<!-- &lt;!&ndash; Your image here &ndash;&gt;-->
<!-- <img src="static/images/carousel4.jpg" alt="MY ALT TEXT"/>-->
<!-- <h2 class="subtitle has-text-centered">-->
<!-- Fourth image description.-->
<!-- </h2>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!--</div>-->
<!--</section>-->
<!-- End image carousel -->


Expand All @@ -205,13 +205,13 @@ <h2 class="subtitle has-text-centered">
<div class="hero-body">
<div class="container">
<!-- Paper video. -->
<h2 class="title is-3">Video Presentation</h2>
<h2 class="title is-3">Video</h2>
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">

<div class="publication-video">
<!-- Youtube embed code here -->
<iframe src="https://www.youtube.com/embed/JkaxUblCGz0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe src="https://youtu.be/0LCIS8d4t6c" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit 757fd6b

Please sign in to comment.