Skip to main content

A PyTorch port of GOTURN tracker

Project description

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.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

goturn_pytorch-1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

goturn_pytorch-1.0-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page