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 6cb14e4 commit 840010f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ <h2 class="title is-3">Abstract</h2>
<!-- Image 1 -->
<section class="hero is-small">
<div class="hero-body">
<h2 class="title is-3">KeyBot framework</h2>
<div class="container has-text-centered">
<h2 class="title is-3">KeyBot framework</h2>
<img class="centered-image" src="static/images/fig_flow_new.png" alt="MY ALT TEXT" width="70%"/>
<p class="subtitle has-text-centered">
<b>Overview of (a) interactive keypoint estimation and (b) the KeyBot framework.</b> 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.
Expand All @@ -174,8 +174,8 @@ <h2 class="title is-3">KeyBot framework</h2>
<!-- Image 2 -->
<section class="hero is-light">
<div class="hero-body">
<h2 class="title is-3">Training overview</h2>
<div class="container has-text-centered">
<h2 class="title is-3">Training overview</h2>
<img class="centered-image" src="static/images/fig_method_new.png" alt="MY ALT TEXT" width="70%"/>
<p class="subtitle has-text-centered">
<b>Training overview of KeyBot.</b> KeyBot consists of two main components, the detector and the corrector. (a) Synthetic errors are introduced to the groundtruth keypoints, creating inaccurate keypoints and corresponding anomaly labels. (b) The detector is trained to discern whether each input keypoint is accurate or not. (c) The corrector is trained to refine these inaccurate keypoints accurately.
Expand Down

0 comments on commit 840010f

Please sign in to comment.