yolov72


Nameyolov72 JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/FrancescoSaverioZuppichini/yolov72
SummaryTo the moon!
upload_time2023-01-29 16:50:02
maintainer
docs_urlNone
authorMe
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Official YOLOv72

Implementation of paper - [YOLOv72](https://www.youtube.com/watch?v=dQw4w9WgXcQ)

We achieved `skynet` on COCO dataset

<img width=500px src="docs/moon.png"/>

## Installation

```
pip install yolov72
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FrancescoSaverioZuppichini/yolov72",
    "name": "yolov72",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Me",
    "author_email": "francesco.zuppichini@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/12/ff/cb01e7f4ddcd0096aeed73ba0ded3b7a8e341429accd65904827998a6857/yolov72-0.0.1.tar.gz",
    "platform": null,
    "description": "# Official YOLOv72\n\nImplementation of paper - [YOLOv72](https://www.youtube.com/watch?v=dQw4w9WgXcQ)\n\nWe achieved `skynet` on COCO dataset\n\n<img width=500px src=\"docs/moon.png\"/>\n\n## Installation\n\n```\npip install yolov72\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "To the moon!",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab144aad2dd767cc563b336ac3b4818c39587e3e5e671dd9948e1b9143c595b1",
                "md5": "86d0c4614bd29f61b4e6793bada22722",
                "sha256": "31a7585807fb954d65ec252d960cf7b54f251c4d13f6c31486dc37c8bd8ce1a8"
            },
            "downloads": -1,
            "filename": "yolov72-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86d0c4614bd29f61b4e6793bada22722",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1375,
            "upload_time": "2023-01-29T16:50:01",
            "upload_time_iso_8601": "2023-01-29T16:50:01.031796Z",
            "url": "https://files.pythonhosted.org/packages/ab/14/4aad2dd767cc563b336ac3b4818c39587e3e5e671dd9948e1b9143c595b1/yolov72-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12ffcb01e7f4ddcd0096aeed73ba0ded3b7a8e341429accd65904827998a6857",
                "md5": "6dd205c84973632c848c64dedab98e3e",
                "sha256": "5c0b3bfc5524a3a97518e85ab358d813be1b16ecbb7395e86c062bf1713b77b8"
            },
            "downloads": -1,
            "filename": "yolov72-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6dd205c84973632c848c64dedab98e3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1498,
            "upload_time": "2023-01-29T16:50:02",
            "upload_time_iso_8601": "2023-01-29T16:50:02.810278Z",
            "url": "https://files.pythonhosted.org/packages/12/ff/cb01e7f4ddcd0096aeed73ba0ded3b7a8e341429accd65904827998a6857/yolov72-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-29 16:50:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "FrancescoSaverioZuppichini",
    "github_project": "yolov72",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "yolov72"
}
        
Me
Elapsed time: 0.04315s