LiangXu123 / pygoturn

PyTorch implementation of GOTURN visual tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch GOTURN tracker

This is the PyTorch implementation of GOTURN visual tracker.

Dependencies

Following python packages are required to run the code.

scikit_image
numpy
torch
torchvision
matplotlib
Pillow
tensorboardX

To install all the packages, do pip install -r requirements.txt.

Training Model

  • Download ImageNet and ALOV datasets in data/ directory.
  • Run src/train.py.

About

PyTorch implementation of GOTURN visual tracker

License:MIT License


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%