yolov11


Nameyolov11 JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/FrancescoSaverioZuppichini/yolov11
SummaryTo the moon!
upload_time2023-01-29 17:12:36
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 YOLOv11

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

We achieved `skynet` on COCO dataset

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

## Installation

```
pip install yolov11
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FrancescoSaverioZuppichini/yolov11",
    "name": "yolov11",
    "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/16/22/ffcb07ce76af48ad2e0691a7472989c286b7d2b82efe8f99d77611ba2f78/yolov11-0.0.1.tar.gz",
    "platform": null,
    "description": "# Official YOLOv11\n\nImplementation of paper - [YOLOv11](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 yolov11\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "To the moon!",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2291e207fd8017b982f3bf58be60dda24742dc25f66334d176853125107c7140",
                "md5": "4a183bceab81780a94a91bdb5c2baf5b",
                "sha256": "5e359e21b1dfa76fb13ce5ee2ca454d8e5b062328e8f102118e2b10563327c3c"
            },
            "downloads": -1,
            "filename": "yolov11-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a183bceab81780a94a91bdb5c2baf5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1375,
            "upload_time": "2023-01-29T17:12:34",
            "upload_time_iso_8601": "2023-01-29T17:12:34.795071Z",
            "url": "https://files.pythonhosted.org/packages/22/91/e207fd8017b982f3bf58be60dda24742dc25f66334d176853125107c7140/yolov11-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1622ffcb07ce76af48ad2e0691a7472989c286b7d2b82efe8f99d77611ba2f78",
                "md5": "16fd0b5d084bd080d12002d207fc2597",
                "sha256": "3cb7254417560b962a05f12f6ff52de923157346b33b1dde5cadcc941e5dab01"
            },
            "downloads": -1,
            "filename": "yolov11-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "16fd0b5d084bd080d12002d207fc2597",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1499,
            "upload_time": "2023-01-29T17:12:36",
            "upload_time_iso_8601": "2023-01-29T17:12:36.654659Z",
            "url": "https://files.pythonhosted.org/packages/16/22/ffcb07ce76af48ad2e0691a7472989c286b7d2b82efe8f99d77611ba2f78/yolov11-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-29 17:12:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "FrancescoSaverioZuppichini",
    "github_project": "yolov11",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "yolov11"
}
        
Me
Elapsed time: 0.06360s