pyppbox


Namepyppbox JSON
Version 3.6b7 PyPI version JSON
download
home_pagehttps://github.com/rathaumons/pyppbox
SummaryToolbox for people detecting, tracking, and re-identifying.
upload_time2024-11-08 00:41:11
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) | [▶️ More 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/5a/d1/6d8e011f2550b853a8e05bca71dc415d58b4d56d26eca202f34bd72a3ded/pyppbox-3.6b7.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 More 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.6b7",
    "project_urls": {
        "Homepage": "https://github.com/rathaumons/pyppbox"
    },
    "split_keywords": [
        "toolbox",
        " people detecting",
        " people tracking",
        " people re-identification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96480e15c5f3520f27bf84d5129cfda98eb25a8056cb2d4a41b60be2da96910e",
                "md5": "1a4239620d39d01758da92f7faca2fab",
                "sha256": "a32a720914aa7ce9ed04a462d9b040a7563d22b2b9ab9320c70e51f500178307"
            },
            "downloads": -1,
            "filename": "pyppbox-3.6b7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a4239620d39d01758da92f7faca2fab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 970541,
            "upload_time": "2024-11-08T00:41:08",
            "upload_time_iso_8601": "2024-11-08T00:41:08.756676Z",
            "url": "https://files.pythonhosted.org/packages/96/48/0e15c5f3520f27bf84d5129cfda98eb25a8056cb2d4a41b60be2da96910e/pyppbox-3.6b7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ad16d8e011f2550b853a8e05bca71dc415d58b4d56d26eca202f34bd72a3ded",
                "md5": "0d44fe94f3eb18fb8517255e8ae257ba",
                "sha256": "80643905f38e986db8743a9bebcebcf4aa9aa4a7b2ba0bc5d1a74641bcba5699"
            },
            "downloads": -1,
            "filename": "pyppbox-3.6b7.tar.gz",
            "has_sig": false,
            "md5_digest": "0d44fe94f3eb18fb8517255e8ae257ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 935097,
            "upload_time": "2024-11-08T00:41:11",
            "upload_time_iso_8601": "2024-11-08T00:41:11.493418Z",
            "url": "https://files.pythonhosted.org/packages/5a/d1/6d8e011f2550b853a8e05bca71dc415d58b4d56d26eca202f34bd72a3ded/pyppbox-3.6b7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 00:41:11",
    "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: 1.11609s