Installation:
- Download this repository
- 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:
- Add library to PyPi and Conda
- Automatic downloading of weights
License:
This project is released under MIT License.
Author:
This project is created and maintained by Aakaash Jois.