Skip to content

Commit

Permalink
replace video
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbowen123 committed Dec 22, 2023
1 parent 64fa582 commit 82d4079
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,17 @@ <h2 class="title is-3">Results on YCB-Video dataset</h2>
</div>
</div>

<br>
<br>
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">BOP Leaderboard</h2>
<p style="text-align: left;">We obtained the 1st place on the <a href="https://bop.felk.cvut.cz/leaderboards/pose-estimation-unseen-bop23/core-datasets/">BOP leaderboard</a> for model-based novel object pose estimation.</p>
<img src="static/images/bop.jpg" width="100%">
</div>
</div>



<br>
<br>
Expand All @@ -172,7 +183,7 @@ <h2 class="title is-3">Overview</h2>
<div class="column is-four-fifths">
<h2 class="title is-3">Full Video</h2>
<video style="text-align:center; width:100%" id="v3" playsinline controls height="100%">
<source src="static/videos/v1c.mp4" type="video/mp4">
<source src="static/videos/v1_authors_c.mp4" type="video/mp4">
</video>
</div>
</div>
Expand Down
15 changes: 6 additions & 9 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,28 +68,25 @@ body {
font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
color: hsl(204, 86%, 53%) !important;
color: rgb(118, 185, 0) !important;
text-decoration: underline;
}

.publication-authors a:hover {
text-decoration: underline;
}

.author-block {
display: inline-block;
}

.publication-banner img {
.author-block a:href {
color: rgb(118, 185, 0);
}

.publication-authors {
/*color: #4286f4;*/
.publication-banner img {
}


.publication-video {
position: relative;
width: 100%;
Expand Down
Binary file added static/images/bop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 82d4079

Please sign in to comment.