pyppbox


Namepyppbox JSON
Version 3.6b3 PyPI version JSON
download
home_pagehttps://github.com/rathaumons/pyppbox
SummaryToolbox for people detecting, tracking, and re-identifying.
upload_time2024-04-29 23:26:22
maintainerrathaROG
docs_urlNone
authorRatha SIV
requires_python>=3.9
licenseGPL-3.0-or-later
keywords toolbox people detecting people tracking people re-identification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🐍📦 [**pyppbox**](https://github.com/rathaumons/pyppbox)

<div align="center">

[![Documentation](https://github.com/rathaumons/pyppbox/actions/workflows/pyppboxdocs.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/pyppboxdocs.yaml) [![Build PyPI](https://github.com/rathaumons/pyppbox/actions/workflows/build_pypi.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/build_pypi.yaml) [![Test Build](https://github.com/rathaumons/pyppbox/actions/workflows/test_build.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/test_build.yaml)

[![Test Core Windows](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_windows.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_windows.yaml) [![Test Core Linux](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_linux.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_linux.yaml) [![Test Core macOS](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_macos.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_macos.yaml)

<img src="https://raw.githubusercontent.com/rathaROG/screenshot/master/pyppbox/pyppbox_new_wide.png"><br />

**[📗 Documentation](https://rathaumons.github.io/pyppbox/) | [🚀 Getting started](https://rathaumons.github.io/pyppbox/getstarted.html) | [💡 Examples](https://rathaumons.github.io/pyppbox/examples.html) | [▶️ Demo](https://github.com/rathaumons/pyppbox-demo)**

</div>

***pyppbox*** is an all-in-one Python toolbox which can be used for detecting, tracking, and re-identifying people with only a few lines of code. It is originally made for [***PoseTReID framework***](https://github.com/rathaumons/PoseTReID_DATASET) which can effectively track specific/certain people across multiple cameras or video scenes in distributed contexts of people interaction spaces such as malls or amusement parks, etc.

* ` pyppbox = Python + People + Toolbox `
* Design for both short and long term people detecting, tracking, and re-identifying.
* Integrate GUI for easy configuration and demo.
* Support dictionary and YAML/JSON configuration.
* Support [[GTA_V_Dataset]](https://github.com/rathaumons/PoseTReID_DATASET) -> Real-time online and offline evaluation.
* Check our papers: 1 [[IEEE]](https://ieeexplore.ieee.org/document/9271712) | 2 [[IEEE]](https://ieeexplore.ieee.org/document/9946587) [[arxiv]](https://doi.org/10.48550/arxiv.2205.10086)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rathaumons/pyppbox",
    "name": "pyppbox",
    "maintainer": "rathaROG",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Toolbox, People Detecting, People Tracking, People Re-Identification",
    "author": "Ratha SIV",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/42/9f/3361b763c5da93c02d0aa6a52cce73ff5df53b5bca9789c2e8745d1ddd83/pyppbox-3.6b3.tar.gz",
    "platform": null,
    "description": "# \ud83d\udc0d\ud83d\udce6 [**pyppbox**](https://github.com/rathaumons/pyppbox)\n\n<div align=\"center\">\n\n[![Documentation](https://github.com/rathaumons/pyppbox/actions/workflows/pyppboxdocs.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/pyppboxdocs.yaml) [![Build PyPI](https://github.com/rathaumons/pyppbox/actions/workflows/build_pypi.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/build_pypi.yaml) [![Test Build](https://github.com/rathaumons/pyppbox/actions/workflows/test_build.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/test_build.yaml)\n\n[![Test Core Windows](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_windows.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_windows.yaml) [![Test Core Linux](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_linux.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_linux.yaml) [![Test Core macOS](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_macos.yaml/badge.svg)](https://github.com/rathaumons/pyppbox/actions/workflows/test_core_macos.yaml)\n\n<img src=\"https://raw.githubusercontent.com/rathaROG/screenshot/master/pyppbox/pyppbox_new_wide.png\"><br />\n\n**[\ud83d\udcd7 Documentation](https://rathaumons.github.io/pyppbox/) | [\ud83d\ude80 Getting started](https://rathaumons.github.io/pyppbox/getstarted.html) | [\ud83d\udca1 Examples](https://rathaumons.github.io/pyppbox/examples.html) | [\u25b6\ufe0f Demo](https://github.com/rathaumons/pyppbox-demo)**\n\n</div>\n\n***pyppbox*** is an all-in-one Python toolbox which can be used for detecting, tracking, and re-identifying people with only a few lines of code. It is originally made for [***PoseTReID framework***](https://github.com/rathaumons/PoseTReID_DATASET) which can effectively track specific/certain people across multiple cameras or video scenes in distributed contexts of people interaction spaces such as malls or amusement parks, etc.\n\n* ` pyppbox = Python + People + Toolbox `\n* Design for both short and long term people detecting, tracking, and re-identifying.\n* Integrate GUI for easy configuration and demo.\n* Support dictionary and YAML/JSON configuration.\n* Support [[GTA_V_Dataset]](https://github.com/rathaumons/PoseTReID_DATASET) -> Real-time online and offline evaluation.\n* Check our papers: 1 [[IEEE]](https://ieeexplore.ieee.org/document/9271712) | 2 [[IEEE]](https://ieeexplore.ieee.org/document/9946587) [[arxiv]](https://doi.org/10.48550/arxiv.2205.10086)\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "Toolbox for people detecting, tracking, and re-identifying.",
    "version": "3.6b3",
    "project_urls": {
        "Homepage": "https://github.com/rathaumons/pyppbox"
    },
    "split_keywords": [
        "toolbox",
        " people detecting",
        " people tracking",
        " people re-identification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e50cc98c135b51167fb856212f98110895e4d21bd76f3e28c76357b3948c25de",
                "md5": "4eba34239e11b966fcf0f85b07d293a8",
                "sha256": "573cc6bed13ba6124fe4f17b0f90c939a3b8c4ba96f8e865f81c111ffc56b8b3"
            },
            "downloads": -1,
            "filename": "pyppbox-3.6b3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4eba34239e11b966fcf0f85b07d293a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 970464,
            "upload_time": "2024-04-29T23:26:20",
            "upload_time_iso_8601": "2024-04-29T23:26:20.396328Z",
            "url": "https://files.pythonhosted.org/packages/e5/0c/c98c135b51167fb856212f98110895e4d21bd76f3e28c76357b3948c25de/pyppbox-3.6b3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "429f3361b763c5da93c02d0aa6a52cce73ff5df53b5bca9789c2e8745d1ddd83",
                "md5": "7915651639df627b0cb10f122da06463",
                "sha256": "0ae30e5db7cfef08b365a0152c7090f2c964985dfc15fde4f1482de4a2af1baa"
            },
            "downloads": -1,
            "filename": "pyppbox-3.6b3.tar.gz",
            "has_sig": false,
            "md5_digest": "7915651639df627b0cb10f122da06463",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 934628,
            "upload_time": "2024-04-29T23:26:22",
            "upload_time_iso_8601": "2024-04-29T23:26:22.597010Z",
            "url": "https://files.pythonhosted.org/packages/42/9f/3361b763c5da93c02d0aa6a52cce73ff5df53b5bca9789c2e8745d1ddd83/pyppbox-3.6b3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 23:26:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rathaumons",
    "github_project": "pyppbox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyppbox"
}
        
Elapsed time: 0.27588s