Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-kim authored Jul 7, 2024
1 parent 4e94f2b commit 6247615
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ <h2 class="title is-3">Abstract</h2>
<div class="container">
<iframe src="static/pdfs/fig_flow_new.pdf" alt="MY ALT TEXT" width="100%"/>
<h2 class="subtitle has-text-centered">
First image description.
Overview of (a) interactive keypoint estimation and (b) the \KeyBot framework. The interaction model generates initial keypoint predictions from an image, which the user then revises, leading to updated results. This approach requires user input for error correction.
In contrast, \KeyBot offers a cost-efficient feedback mechanism via automated, rapid, and iterative refinement, without needing user input. It independently identifies and corrects major errors, significantly reducing the need for user-based error detection, thus allowing users to concentrate on the final adjustments and verifications.
</h2>
</div>
</div>
Expand All @@ -175,13 +176,6 @@ <h2 class="subtitle has-text-centered">
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item">
<!-- Your image here -->
<iframe src="static/pdfs/fig_flow_new.pdf" 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"/>
Expand Down

0 comments on commit 6247615

Please sign in to comment.