vsensebox-ultralytics


Namevsensebox-ultralytics JSON
Version 8.3.34 PyPI version JSON
download
home_pagehttps://github.com/numediart/ultralytics-for-vsensebox
SummaryUltralytics YOLO for SOTA object detection, multi-object tracking, instance segmentation, pose estimation and image classification.
upload_time2024-11-20 10:22:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseAGPL-3.0
keywords machine-learning deep-learning computer-vision ml dl ai yolo yolov3 yolov5 yolov8 yolov9 yolov10 yolo11 hub ultralytics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Test Build](https://github.com/numediart/ultralytics-for-vsensebox/actions/workflows/test_build.yaml/badge.svg)](https://github.com/numediart/ultralytics-for-vsensebox/actions/workflows/test_build.yaml) [![PyPI](https://github.com/numediart/ultralytics-for-vsensebox/actions/workflows/publish.yaml/badge.svg)](https://github.com/numediart/ultralytics-for-vsensebox/actions/workflows/publish.yaml)

# Customized Ultralytics for VSenseBox

* Updated: **November 20, 2024**
* Synced with: v8.3.34 -> [[652e05e]](https://github.com/ultralytics/ultralytics/commit/652e05e833087652053346946827034a4a038025)
* All credit and info -> [[Original Ultralytics repo]](https://github.com/ultralytics/ultralytics)
* Customized for [`VSenseBox`](https://github.com/numediart/vsensebox):
    - Enable OpenCV multithreading
    - Remove restrictions on customized OpenCV
    - Disable dependency auto-install
    - Disable auto update

## Installation

* Install from [PyPI](https://pypi.org/project/vsensebox-ultralytics/):
    ```
    pip install vsensebox-ultralytics
    ``` 
* Or install from GitHub directly:
    ```
    pip install git+https://github.com/numediart/ultralytics-for-vsensebox.git
    ```
* Or build from source:

    <details><summary><ins>Click here to expand!</ins></summary>
    
    ```
    git clone https://github.com/numediart/ultralytics-for-vsensebox.git
    cd ultralytics-for-vsensebox
    python -m pip install --upgrade pip
    python -m pip install -U pip setuptools
    pip install wheel build
    python -m build --wheel --skip-dependency-check --no-isolatio
    cd dist
    ```
    
    </details>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/numediart/ultralytics-for-vsensebox",
    "name": "vsensebox-ultralytics",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "machine-learning, deep-learning, computer-vision, ML, DL, AI, YOLO, YOLOv3, YOLOv5, YOLOv8, YOLOv9, YOLOv10, YOLO11, HUB, Ultralytics",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b7/81/6e41aba8b6ac590e43415af98b5a601439ecffdc8c9a8af2a6e50bc1ef4a/vsensebox_ultralytics-8.3.34.tar.gz",
    "platform": null,
    "description": "[![Test Build](https://github.com/numediart/ultralytics-for-vsensebox/actions/workflows/test_build.yaml/badge.svg)](https://github.com/numediart/ultralytics-for-vsensebox/actions/workflows/test_build.yaml) [![PyPI](https://github.com/numediart/ultralytics-for-vsensebox/actions/workflows/publish.yaml/badge.svg)](https://github.com/numediart/ultralytics-for-vsensebox/actions/workflows/publish.yaml)\n\n# Customized Ultralytics for VSenseBox\n\n* Updated: **November 20, 2024**\n* Synced with: v8.3.34 -> [[652e05e]](https://github.com/ultralytics/ultralytics/commit/652e05e833087652053346946827034a4a038025)\n* All credit and info -> [[Original Ultralytics repo]](https://github.com/ultralytics/ultralytics)\n* Customized for [`VSenseBox`](https://github.com/numediart/vsensebox):\n    - Enable OpenCV multithreading\n    - Remove restrictions on customized OpenCV\n    - Disable dependency auto-install\n    - Disable auto update\n\n## Installation\n\n* Install from [PyPI](https://pypi.org/project/vsensebox-ultralytics/):\n    ```\n    pip install vsensebox-ultralytics\n    ``` \n* Or install from GitHub directly:\n    ```\n    pip install git+https://github.com/numediart/ultralytics-for-vsensebox.git\n    ```\n* Or build from source:\n\n    <details><summary><ins>Click here to expand!</ins></summary>\n    \n    ```\n    git clone https://github.com/numediart/ultralytics-for-vsensebox.git\n    cd ultralytics-for-vsensebox\n    python -m pip install --upgrade pip\n    python -m pip install -U pip setuptools\n    pip install wheel build\n    python -m build --wheel --skip-dependency-check --no-isolatio\n    cd dist\n    ```\n    \n    </details>\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "Ultralytics YOLO for SOTA object detection, multi-object tracking, instance segmentation, pose estimation and image classification.",
    "version": "8.3.34",
    "project_urls": {
        "Bug Reports": "https://github.com/numediart/ultralytics-for-vsensebox/issues",
        "Homepage": "https://github.com/numediart/ultralytics-for-vsensebox",
        "Source": "https://github.com/numediart/ultralytics-for-vsensebox"
    },
    "split_keywords": [
        "machine-learning",
        " deep-learning",
        " computer-vision",
        " ml",
        " dl",
        " ai",
        " yolo",
        " yolov3",
        " yolov5",
        " yolov8",
        " yolov9",
        " yolov10",
        " yolo11",
        " hub",
        " ultralytics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4039c6eb748e3dc8ce6100a694d020ac6cb6a93685a72059258672dcf41e947d",
                "md5": "8347cf5b7720897afa7bca87e49d2ac6",
                "sha256": "85c9100484ff5f046aca93bdb62b52cdd4d65bed10565d65279584e6d6c49519"
            },
            "downloads": -1,
            "filename": "vsensebox_ultralytics-8.3.34-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8347cf5b7720897afa7bca87e49d2ac6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 881778,
            "upload_time": "2024-11-20T10:21:58",
            "upload_time_iso_8601": "2024-11-20T10:21:58.526578Z",
            "url": "https://files.pythonhosted.org/packages/40/39/c6eb748e3dc8ce6100a694d020ac6cb6a93685a72059258672dcf41e947d/vsensebox_ultralytics-8.3.34-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7816e41aba8b6ac590e43415af98b5a601439ecffdc8c9a8af2a6e50bc1ef4a",
                "md5": "efa4f5760afbdc365cd875cf2962d12d",
                "sha256": "5aa60022dd1e30fa038e003ce43dd0113ab0a4a8dfbe7a590910ed9f01c53684"
            },
            "downloads": -1,
            "filename": "vsensebox_ultralytics-8.3.34.tar.gz",
            "has_sig": false,
            "md5_digest": "efa4f5760afbdc365cd875cf2962d12d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 751548,
            "upload_time": "2024-11-20T10:22:00",
            "upload_time_iso_8601": "2024-11-20T10:22:00.219683Z",
            "url": "https://files.pythonhosted.org/packages/b7/81/6e41aba8b6ac590e43415af98b5a601439ecffdc8c9a8af2a6e50bc1ef4a/vsensebox_ultralytics-8.3.34.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 10:22:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "numediart",
    "github_project": "ultralytics-for-vsensebox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "vsensebox-ultralytics"
}
        
Elapsed time: 0.35692s