EasYoloD


NameEasYoloD JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/zaixia108/easyolo
Summaryeasyolo python library
upload_time2025-02-11 06:09:33
maintainerNone
docs_urlNone
authorzaixia108
requires_python<3.13,>=3.8
licenseMIT
keywords yolo object detection computer vision
VCS
bugtrack_url
requirements opencv-python numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EasYOLOD

A simplified YOLO implementation package.

## Installation

You can install the package from PyPI:

```bash

pip install easyolod
```
Or install the latest development version from GitHub:
```bash

pip install git+https://github.com/zaixia108/easyolo.git
```

Requirements
+ Python 3.8-3.12
+ opencv-python <= 4.10.0.84
+ numpy <= 1.26

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zaixia108/easyolo",
    "name": "EasYoloD",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.8",
    "maintainer_email": null,
    "keywords": "yolo, object detection, computer vision",
    "author": "zaixia108",
    "author_email": "xvbowen2012@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c9/3f/a1e4ca15c22eed7ff547f0a18d169286850586061a1d6293fe06c0495009/easyolod-0.1.5.tar.gz",
    "platform": null,
    "description": "# EasYOLOD\n\nA simplified YOLO implementation package.\n\n## Installation\n\nYou can install the package from PyPI:\n\n```bash\n\npip install easyolod\n```\nOr install the latest development version from GitHub:\n```bash\n\npip install git+https://github.com/zaixia108/easyolo.git\n```\n\nRequirements\n+ Python 3.8-3.12\n+ opencv-python <= 4.10.0.84\n+ numpy <= 1.26\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "easyolo python library",
    "version": "0.1.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/zaixia108/easyolo/issues",
        "Documentation": "https://github.com/zaixia108/easyolo/wiki",
        "Homepage": "https://github.com/zaixia108/easyolo",
        "Source Code": "https://github.com/zaixia108/easyolo"
    },
    "split_keywords": [
        "yolo",
        " object detection",
        " computer vision"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ebb98456a87f69f7a1eb31525789b8e2e293d133a3de412139077b12ed30214",
                "md5": "473bf85d723099c1addd27cd73d984ac",
                "sha256": "d4869563f295e7349f3f929d870637130dcec1e40efe68637acf31d9d9a8d2a3"
            },
            "downloads": -1,
            "filename": "EasYoloD-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "473bf85d723099c1addd27cd73d984ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.8",
            "size": 7161,
            "upload_time": "2025-02-11T06:09:31",
            "upload_time_iso_8601": "2025-02-11T06:09:31.611980Z",
            "url": "https://files.pythonhosted.org/packages/3e/bb/98456a87f69f7a1eb31525789b8e2e293d133a3de412139077b12ed30214/EasYoloD-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c93fa1e4ca15c22eed7ff547f0a18d169286850586061a1d6293fe06c0495009",
                "md5": "78f8693ca047417d75622f5d6e05ad5d",
                "sha256": "4a8140af673b708d46afd06bd845ed8f8cd740dc8d1575fc650a4f32276f1d59"
            },
            "downloads": -1,
            "filename": "easyolod-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "78f8693ca047417d75622f5d6e05ad5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.8",
            "size": 7024,
            "upload_time": "2025-02-11T06:09:33",
            "upload_time_iso_8601": "2025-02-11T06:09:33.196380Z",
            "url": "https://files.pythonhosted.org/packages/c9/3f/a1e4ca15c22eed7ff547f0a18d169286850586061a1d6293fe06c0495009/easyolod-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-11 06:09:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zaixia108",
    "github_project": "easyolo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "opencv-python",
            "specs": [
                [
                    "<=",
                    "4.8.0.74"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "<=",
                    "1.26"
                ]
            ]
        }
    ],
    "lcname": "easyolod"
}
        
Elapsed time: 0.41131s