Skip to content

aakaashjois/goturn_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goturn_pytorch

A PyTorch port of GOTURN tracker

Installation:

  1. Download this repository
  2. navigate to the root of the repository and run pip install goturn_pytorch

Usage:

To create the model,

from GoTurn import Model

goturn = Model()

To create a pretrained model,

from GoTurn import Model

goturn = Model(pretrained="path_to_weights.pkl")

The weights.pkl file is located at the root of the repository.

Future updates:

  1. Add library to PyPi and Conda
  2. Automatic downloading of weights

License:

This project is released under MIT License.

Author:

This project is created and maintained by Aakaash Jois.