8000 GitHub - Kevinz-code/HCF_Tracker: A python Implementation of HCF
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Kevinz-code/HCF_Tracker

Repository files navigation

HCF_Tracker in Python

 Algorithms Name: Hierarchical Convolutional Features for Visual Tracking
 Date: 28th, March, 2020

Requirements

  • Python 3.5
  • NumPy
  • OpenCV3
  • pytorch 1.2
  • cuda10.0.1

Use

Download the git and

git clone https://github.com/Kevinz-code/HCF_Tracker.git
cd HCF
python main.py

It will open the default camera of your computer, and the groundtruth for the first frame can be set in ./Truth.txt of shape (x1, y1, x2, y2).

Test on your own video

For time reasons, I didn't add ArgumentParser. But you can edit my code in "main.py" by changing the "get_video" function. Also remember to change the groundtruth in ./Truth.txt.

About

A python Implementation of HCF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0