yolov5-utils


Nameyolov5-utils JSON
Version 7.1.4 PyPI version JSON
download
home_page
SummaryPackaged version of the Yolov5 object detector
upload_time2023-07-06 06:41:16
maintainer
docs_urlNone
author
requires_python>=3.7
licenseGPL
keywords machine-learning deep-learning ml triton inference pytorch yolo object-detection vision yolov5 yolov7
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # YOLOv5 Installable Package

Packaged [ultralytics/yolov5](https://github.com/ultralytics/yolov5)

Inspired from https://github.com/fcakyon/yolov5-pip.

## Build Package
Build wheel file:
```bash
pip install build
python -m build
```

## Install with prebuilt package
Package-built has uploaded to pypi and just install with the command:
```bash
pip install yolov5-utils
```

### General imports
Insert `yolov5_utils.yolov5.` prefix when importing modules `models` and `utils`.
For example: 
```python
from yolov5_utils.yolov5.models.common import DetectMultiBackend
```

## Authors
**Msclock** - msclock@qq.com  - [Github account](https://github.com/msclock)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "yolov5-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "machine-learning,deep-learning,ml,triton,inference,pytorch,YOLO,object-detection,vision,YOLOv5,YOLOv7",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b9/9f/7949a04bb138a6c3973836f7eb9179e41451e1143073da80bbd273216dc6/yolov5-utils-7.1.4.tar.gz",
    "platform": null,
    "description": "# YOLOv5 Installable Package\n\nPackaged [ultralytics/yolov5](https://github.com/ultralytics/yolov5)\n\nInspired from https://github.com/fcakyon/yolov5-pip.\n\n## Build Package\nBuild wheel file:\n```bash\npip install build\npython -m build\n```\n\n## Install with prebuilt package\nPackage-built has uploaded to pypi and just install with the command:\n```bash\npip install yolov5-utils\n```\n\n### General imports\nInsert `yolov5_utils.yolov5.` prefix when importing modules `models` and `utils`.\nFor example: \n```python\nfrom yolov5_utils.yolov5.models.common import DetectMultiBackend\n```\n\n## Authors\n**Msclock** - msclock@qq.com  - [Github account](https://github.com/msclock)\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Packaged version of the Yolov5 object detector",
    "version": "7.1.4",
    "project_urls": {
        "Documentation": "https://github.com/msclock/yolov5-utils",
        "Source": "https://github.com/msclock/yolov5-utils",
        "Tracker": "https://github.com/msclock/yolov5-utils/issues"
    },
    "split_keywords": [
        "machine-learning",
        "deep-learning",
        "ml",
        "triton",
        "inference",
        "pytorch",
        "yolo",
        "object-detection",
        "vision",
        "yolov5",
        "yolov7"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "275025cfe4585b3a009b210fc91f7e9cf1557bbf106737243cba1aebaabf5866",
                "md5": "1732941989dc769e015b4aaab0513660",
                "sha256": "86bed6b8c0c2f741479d5fb94ff92a65c082b72678a88f6d7c2e0e8c03979091"
            },
            "downloads": -1,
            "filename": "yolov5_utils-7.1.4-py37.py38.py39.py310-none-any.whl",
            "has_sig": false,
            "md5_digest": "1732941989dc769e015b4aaab0513660",
            "packagetype": "bdist_wheel",
            "python_version": "py37.py38.py39.py310",
            "requires_python": ">=3.7",
            "size": 1039001,
            "upload_time": "2023-07-06T06:41:14",
            "upload_time_iso_8601": "2023-07-06T06:41:14.050810Z",
            "url": "https://files.pythonhosted.org/packages/27/50/25cfe4585b3a009b210fc91f7e9cf1557bbf106737243cba1aebaabf5866/yolov5_utils-7.1.4-py37.py38.py39.py310-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b99f7949a04bb138a6c3973836f7eb9179e41451e1143073da80bbd273216dc6",
                "md5": "f61ecf0c368588f599bda42513b4776b",
                "sha256": "34630cd056854aaf238c56b9a7734460ad657ae24ac81e36d4645f170e2fc718"
            },
            "downloads": -1,
            "filename": "yolov5-utils-7.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f61ecf0c368588f599bda42513b4776b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 978949,
            "upload_time": "2023-07-06T06:41:16",
            "upload_time_iso_8601": "2023-07-06T06:41:16.060988Z",
            "url": "https://files.pythonhosted.org/packages/b9/9f/7949a04bb138a6c3973836f7eb9179e41451e1143073da80bbd273216dc6/yolov5-utils-7.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-06 06:41:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "msclock",
    "github_project": "yolov5-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "yolov5-utils"
}
        
Elapsed time: 0.10082s