yolov16


Nameyolov16 JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/FrancescoSaverioZuppichini/yolov16
SummaryTo the moon!
upload_time2023-01-29 17:13:11
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 YOLOv16

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

We achieved `skynet` on COCO dataset

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

## Installation

```
pip install yolov16
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FrancescoSaverioZuppichini/yolov16",
    "name": "yolov16",
    "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/f5/21/72fb3f3705895de3d4e6ee1508ea864bcf1349d129e80cc45e699b5a17dd/yolov16-0.0.1.tar.gz",
    "platform": null,
    "description": "# Official YOLOv16\n\nImplementation of paper - [YOLOv16](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 yolov16\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "To the moon!",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aee1e1a2a07dd883a280af1dbc16d376cb736997ee7d7517347e9816731cd02f",
                "md5": "a455b09933da45139a7442caa23f277d",
                "sha256": "2d271d5989de961ae815141001fa46a1d3b0e0ef8b9abc62ff38a2e17a2de171"
            },
            "downloads": -1,
            "filename": "yolov16-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a455b09933da45139a7442caa23f277d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1375,
            "upload_time": "2023-01-29T17:13:10",
            "upload_time_iso_8601": "2023-01-29T17:13:10.790549Z",
            "url": "https://files.pythonhosted.org/packages/ae/e1/e1a2a07dd883a280af1dbc16d376cb736997ee7d7517347e9816731cd02f/yolov16-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f52172fb3f3705895de3d4e6ee1508ea864bcf1349d129e80cc45e699b5a17dd",
                "md5": "2737e97bbe5fb6aad14d0cfeafe2817d",
                "sha256": "73824b16add85357b5aa070fc083e241b60fd25d3c914eeba7b784e2f5353c03"
            },
            "downloads": -1,
            "filename": "yolov16-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2737e97bbe5fb6aad14d0cfeafe2817d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1502,
            "upload_time": "2023-01-29T17:13:11",
            "upload_time_iso_8601": "2023-01-29T17:13:11.989352Z",
            "url": "https://files.pythonhosted.org/packages/f5/21/72fb3f3705895de3d4e6ee1508ea864bcf1349d129e80cc45e699b5a17dd/yolov16-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-29 17:13:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "FrancescoSaverioZuppichini",
    "github_project": "yolov16",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "yolov16"
}
        
Me
Elapsed time: 0.03860s