Skip to content

Commit

Permalink
Update leaderboard.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zengzhaoyang authored May 26, 2024
1 parent 94679db commit a1cd6ed
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,21 @@
<div class="container">
<div class="col-xs-10 col-xs-offset-1">
<h2 class="p-title"><b>Leaderboard</b></h2>
The final leaderboard will show after the challenge ends.
<table class="table table-striped table-bordered">
<tr>
<th>Rank</th>
<th>Team</th>
<th>SRC</th>
<th>MAE</th>
</tr>
<tr><td>1</td><td>ntuim</td><td>0.87</td><td>0.92</td></tr>
<tr><td>2</td><td>adaks</td><td>0.73</td><td>1.22</td></tr>
<tr><td>3</td><td>NCKU_ACVLAB</td><td>0.71</td><td>1.25</td></tr>
<tr><td>4</td><td>214hjf</td><td>0.56</td><td>1.57</td></tr>
<tr><td>5</td><td>cucmcl</td><td>0.65</td><td>1.73</td></tr>
<tr><td>6</td><td>Abs</td><td>0.53</td><td>1.92</td></tr>
</table>
The full leaderboard can be found <a href="https://eval.ai/web/challenges/challenge-page/543/leaderboard/1559">here</a>.
</div>
</div>

Expand Down

0 comments on commit a1cd6ed

Please sign in to comment.