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
- Host: GitHub
- URL: https://github.com/aakaashjois/goturn_pytorch
- Owner: aakaashjois
- License: mit
- Created: 2019-05-01T20:03:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T23:47:17.000Z (about 7 years ago)
- Last Synced: 2025-06-05T02:38:51.448Z (12 months ago)
- Topics: deep-neural-networks, goturn, object-tracker, python, pytorch, pytorch-implementation
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 `_.