An open API service indexing awesome lists of open source software.

https://github.com/aakaashjois/goturn_pytorch

A PyTorch port of GOTURN tracker
https://github.com/aakaashjois/goturn_pytorch

deep-neural-networks goturn object-tracker python pytorch pytorch-implementation

Last synced: 3 months ago
JSON representation

A PyTorch port of GOTURN tracker

Awesome Lists containing this project

README

          

==============
goturn_pytorch
==============
A PyTorch port of GOTURN tracker
________________________________

**Installation:**

1. Download this repository
2. navigate to the root of the repository and run :code:`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 :code:`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 <./LICENSE>`_.

**Author:**

This project is created and maintained by `Aakaash Jois `_.