Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# PlanarTrack: A Large-scale Challenging Benchmark for Planar Object Tracking
🔮 This is the official evaluation toolkit for [PlanarTrack: A Large-scale Challenging Benchmark for Planar Object Tracking (ICCV 2023)](https://arxiv.org/abs/2303.07625).
🔮 This is the official evaluation toolkit for:

[[`Paper`](https://arxiv.org/abs/2303.07625)] [[`Website`](https://hengfan2010.github.io/projects/PlanarTrack/)] [[`Benchmark-OneDrive (~107G)`](https://1drv.ms/u/s!AiNXDMvtaw5Jjg8Yjusmnybv3Slo?e=Fi0HS5)]
- [[ICCV 2023] PlanarTrack: A Large-scale Challenging Benchmark for Planar Object Tracking](https://arxiv.org/abs/2303.07625).
- [[CVIU 2025] PlanarTrack: A High-quality and Challenging Benchmark for Large-scale Planar Object Tracking](https://arxiv.org/pdf/2510.23368).

![PlanarTrack](https://github.com/HengLan/PlanarTrack/blob/main/asset/planar.png)
[[`Website`](https://hengfan2010.github.io/projects/PlanarTrack/)] [[`PlanarTrack-OneDrive (~107G)`](https://1drv.ms/u/s!AiNXDMvtaw5Jjg8Yjusmnybv3Slo?e=Fi0HS5)]
[[`PlanarTrack-Extend-HuggingFace (~187G)`]](https://huggingface.co/datasets/Ailovejinx/planartrackplus)

![PlanarTrack](./asset/planar.png)
Figure: Examples of annotated sequences in the proposed PlanarTrack. Each video is annotated with four corner points.

## Usage
Expand All @@ -24,6 +28,15 @@ Figure: Examples of annotated sequences in the proposed PlanarTrack. Each video
booktitle={ICCV},
year={2023}
}

@article{jiao2025planartrack,
title={PlanarTrack: A high-quality and challenging benchmark for large-scale planar object tracking},
author={Jiao, Yifan and Liu, Xinran and Liu, Xiaoqiong and Yuan, Xiaohui and Fan, Heng and Zhang, Libo},
journal={Computer Vision and Image Understanding},
pages={104553},
year={2025},
publisher={Elsevier}
}
```

## Acknowledgment
Expand Down