Metadata-Version: 1.1
Name: goturn-pytorch
Version: 1.0
Summary: A PyTorch port of GOTURN tracker
Home-page: https://github.com/aakaashjois/PyTorch-GOTURN
Author: Aakaash Jois
Author-email: aakaashjois@gmail.com
License: MIT
Description: ==============
        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 <https://aakaashjois.com/>`_.
        
Keywords: machine-learning,pytorch,deep-learning
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
