goturn-pytorch

A PyTorch port of GOTURN tracker


Keywords
machine-learning, pytorch, deep-learning, deep-neural-networks, goturn, object-tracker, python, pytorch-implementation
License
MIT
Install
pip install goturn-pytorch==1.0

Documentation

pytorch_goturn

A PyTorch port of GOTURN tracker

Installation:

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

Usage:

To create the model,

from pytorch_goturn import Goturn

goturn = Goturn()

To create a pretrained model,

from pytorch_goturn import Goturn

goturn = Goturn(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.