{ "info": { "author": "Aakaash Jois", "author_email": "aakaashjois@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "==============\ngoturn_pytorch\n==============\nA PyTorch port of GOTURN tracker\n________________________________\n\n**Installation:**\n\n 1. Download this repository\n 2. navigate to the root of the repository and run :code:`pip install goturn_pytorch`\n\n**Usage:**\n\nTo create the model,\n ``from GoTurn import Model``\n\n ``goturn = Model()``\n\nTo create a pretrained model, \n ``from GoTurn import Model``\n\n ``goturn = Model(pretrained=\"path_to_weights.pkl\")``\n\nThe :code:`weights.pkl` file is located at the root of the repository.\n\n**Future updates:**\n\n 1. Add library to PyPi and Conda\n 2. Automatic downloading of weights\n\n**License:**\n\nThis project is released under `MIT License <./LICENSE>`_.\n\n**Author:**\n\nThis project is created and maintained by `Aakaash Jois `_.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aakaashjois/PyTorch-GOTURN", "keywords": "machine-learning,pytorch,deep-learning", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "goturn-pytorch", "package_url": "https://pypi.org/project/goturn-pytorch/", "platform": "", "project_url": "https://pypi.org/project/goturn-pytorch/", "project_urls": { "Homepage": "https://github.com/aakaashjois/PyTorch-GOTURN" }, "release_url": "https://pypi.org/project/goturn-pytorch/1.0/", "requires_dist": [ "torch" ], "requires_python": "", "summary": "A PyTorch port of GOTURN tracker", "version": "1.0" }, "last_serial": 5286887, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "ad866fd1418a29443118825e33500855", "sha256": "a3556cd764f50a78ceb88c855f445d38b24ca0e017da1d6de9f0af89d0028bc4" }, "downloads": -1, "filename": "goturn_pytorch-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ad866fd1418a29443118825e33500855", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3634, "upload_time": "2019-05-18T23:44:03", "url": "https://files.pythonhosted.org/packages/21/29/fffbcde18d44409bf25480c68c29b85060ee02f1b03ea4ea2eb89adb4b42/goturn_pytorch-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a494d1945eb41bf79a4c40ac7ced52dd", "sha256": "af8a5d78e11a7628c1d4a4dcab967ec9d37c47675f06619c6a558d7d1dea6b3e" }, "downloads": -1, "filename": "goturn_pytorch-1.0.tar.gz", "has_sig": false, "md5_digest": "a494d1945eb41bf79a4c40ac7ced52dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2497, "upload_time": "2019-05-18T23:44:06", "url": "https://files.pythonhosted.org/packages/85/1e/6503cfa013ab466ec8572d910361135d3a28ffec95e0a0a0c5d0b002fdf4/goturn_pytorch-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad866fd1418a29443118825e33500855", "sha256": "a3556cd764f50a78ceb88c855f445d38b24ca0e017da1d6de9f0af89d0028bc4" }, "downloads": -1, "filename": "goturn_pytorch-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ad866fd1418a29443118825e33500855", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3634, "upload_time": "2019-05-18T23:44:03", "url": "https://files.pythonhosted.org/packages/21/29/fffbcde18d44409bf25480c68c29b85060ee02f1b03ea4ea2eb89adb4b42/goturn_pytorch-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a494d1945eb41bf79a4c40ac7ced52dd", "sha256": "af8a5d78e11a7628c1d4a4dcab967ec9d37c47675f06619c6a558d7d1dea6b3e" }, "downloads": -1, "filename": "goturn_pytorch-1.0.tar.gz", "has_sig": false, "md5_digest": "a494d1945eb41bf79a4c40ac7ced52dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2497, "upload_time": "2019-05-18T23:44:06", "url": "https://files.pythonhosted.org/packages/85/1e/6503cfa013ab466ec8572d910361135d3a28ffec95e0a0a0c5d0b002fdf4/goturn_pytorch-1.0.tar.gz" } ] }