Skip to content

Commit

Permalink
update download link
Browse files Browse the repository at this point in the history
  • Loading branch information
jingwu2121 committed Jul 15, 2024
1 parent e589cdb commit f2f2b48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# TODO
- [ ] Update download section in the web
- [ ] Update Evaluation Metrics
- [ ] Lam Research Link?
- [ ] ArXiv paper
- [x] Update download section in the web
- [x] Update Evaluation Metrics
- [x] Lam Research Link?
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h2>Download</h2>
<div class="col-lg-10">

<div class="info-wrap">
<div class="row">
<div class="row justify-content-center">
<div class="col-lg-4 info">
<i class="bi bi-file-earmark"></i>
<h4><a href="#">Annotations</a></h4>
Expand All @@ -200,11 +200,11 @@ <h4><a href="#">Annotations</a></h4>

<div class="col-lg-4 info mt-4 mt-lg-0">
<i class="bi bi-tools"></i>
<h4><a href="#">Toolkit</a></h4>
<h4><a href="https://github.com/sutdcv/SemTrack/">Toolkit</a></h4>
<p>Start exploring SemTrack with our toolkit</p>
</div>

<div class="col-lg-4 info mt-4 mt-lg-0">
<!-- <div class="col-lg-4 info mt-4 mt-lg-0">
<i class="bi bi-camera-video"></i>
<h4>Videos</h4>
<p>
Expand All @@ -214,7 +214,7 @@ <h4>Videos</h4>
Download video<br>
<a href="https://taodataset.org/">TAO</a><br>
</p>
</div>
</div> -->
</div>
</div>

Expand Down Expand Up @@ -279,7 +279,7 @@ <h2>Publication</h2>
<b>SemTrack: A Large Scale Dataset for Semantic Tracking in the Wild</b><br>
Pengfei Wang*, Xiaofei Hui*, Jing Wu*, Zile Yang*, Kian Eng Ong*, Xinge Zhao, Beijia Lu, Dezhao Huang, Evan Ling, Weiling Chen, Keng Teck Ma, Minhoe Hur, Jun Liu<br>
<i>ECCV</i>, 2024 <br>
[<a href="#" target="_blank">ArXiv</a>] [<a href="https://github.com/sutdcv/SemTrack" target="_blank">Code</a>] <br>
[<a href="#" target="_blank">ArXiv</a>] [<a href="https://github.com/sutdcv/SemTrack" target="_blank">Toolkit</a>] [<a href="https://github.com/sutdcv/SemTrack/tree/eval" target="_blank">Evaluation Code</a>] <br>
Note: Authors with * all have equal contributions.
</div>
</div>
Expand Down

0 comments on commit f2f2b48

Please sign in to comment.