cbjtu / GrackerTask1

Gracker: A Graph-based Planar Object Tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This page contains software and instructions for Gracker: A Graph-based Planar Object Tracker.

It is a project for practice, finished by Bingjun Chen(bingjun@bjtu.edu.cn) and guided by Tao Wang(twang@bjtu.edu.cn) from Beijing Jiaotong U, who made the majority of work.

It can detect things by the initial points, using the videocapture.

Instructions

The package contains the following files and folders:

  • "./data": This folder contains a sample video "nl_newspaper" from the TMT dataset (2). If you want to test other videos from TMT or UCSB (3), plese download and place them in this folder.

  • "./save": This folder contains the tracking results by the proposed Gracker algorithm.

OpenCV 2.0 is neccesary for compiling and running the source code of this project.

Running

We also provide the compiled executable files in the "./demo" folder, which are independent from Visual Studio and OpenCV.

Command format: GraphTracker [VideoName] [ShowMode];

Sample: GraphTracker nl_newspaper 1;

References

[1] T. Wang, and H. Ling, "Gracker: A Graph-based Planar Object Tracker", PAMI, 2017.

[2] A. Roy, X. Zhang, N. Wolleb, C. P. Quintero, and M. J?gersand. "Tracking benchmark and evaluation for manipulation tasks", ICRA, 2015.

[3] S. Gauglitz, T. H?llerer, and M. Turk. "Evaluation of interest point detectors and feature descriptors for visual tracking", IJCV, 2011.

Copyright

This software is free for use in research projects. If you publish results obtained using this software, please cite our paper.

If you have any question, please feel free to contact Tao Wang(twang@bjtu.edu.cn).

About

Gracker: A Graph-based Planar Object Tracker


Languages

Language:C++ 100.0%