yolo-v100


Nameyolo-v100 JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/FrancescoSaverioZuppichini/yolo-v100
SummaryTo the moon!
upload_time2023-03-22 11:42:19
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 YOLOv100

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

We achieved `skynet` on COCO dataset

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

## Installation

```
pip install yolo-v100
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FrancescoSaverioZuppichini/yolo-v100",
    "name": "yolo-v100",
    "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/23/8a/217ff103061daa5f0d9c6d7cbd8e02d35a8d669172a7f8b06c6ef7f8eb1b/yolo-v100-0.0.1.tar.gz",
    "platform": null,
    "description": "# Official YOLOv100\n\nImplementation of paper - [YOLOv100](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 yolo-v100\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "To the moon!",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "435dedd2ffbf4de4c7c4889c56d20944200f2901e925c470454e05488640fcb5",
                "md5": "3ad08a197657218a507b2941539b5cff",
                "sha256": "7056e8c2b933694100f97cd6a3a61574a13dd2022cc49c9b3b745540abf34ed1"
            },
            "downloads": -1,
            "filename": "yolo_v100-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ad08a197657218a507b2941539b5cff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1416,
            "upload_time": "2023-03-22T11:42:18",
            "upload_time_iso_8601": "2023-03-22T11:42:18.078800Z",
            "url": "https://files.pythonhosted.org/packages/43/5d/edd2ffbf4de4c7c4889c56d20944200f2901e925c470454e05488640fcb5/yolo_v100-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "238a217ff103061daa5f0d9c6d7cbd8e02d35a8d669172a7f8b06c6ef7f8eb1b",
                "md5": "04f9d138eb6ad0c0b03674ed0a38ecf6",
                "sha256": "fcc6ae99c73849b10e3f6da896e455c120e13248b7b651c9c94d9f72af13e151"
            },
            "downloads": -1,
            "filename": "yolo-v100-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "04f9d138eb6ad0c0b03674ed0a38ecf6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1520,
            "upload_time": "2023-03-22T11:42:19",
            "upload_time_iso_8601": "2023-03-22T11:42:19.432193Z",
            "url": "https://files.pythonhosted.org/packages/23/8a/217ff103061daa5f0d9c6d7cbd8e02d35a8d669172a7f8b06c6ef7f8eb1b/yolo-v100-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-22 11:42:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "FrancescoSaverioZuppichini",
    "github_project": "yolo-v100",
    "lcname": "yolo-v100"
}
        
Me
Elapsed time: 0.10271s