skellytracker


Nameskellytracker JSON
Version 2024.4.1014 PyPI version JSON
download
home_pageNone
SummaryTop-level package for skellytracker
upload_time2024-04-25 17:24:45
maintainerNone
docs_urlNone
authorNone
requires_python<3.12,>=3.9
licenseNone
keywords camera stream video image opencv skelly freemocap motion capture synchronization computer vision
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # skellytracker

The tracking backend for freemocap. Collects different pose estimation tools and aggregates them using a consistent API. Can run pose estimation on images, webcams, and videos.

## Run skelly_tracker

Installation: `pip install skellytracker`
Then it can be run with `skellytracker`.

Running the basic `skellytracker` will open the first webcam port on your computer and run pose estimaiton in realtime with mediapipe holistic as a tracker. You can specify the tracker with `skellytracker TRACKER_NAME`, where `TRACKER_NAME` is the name of an available tracker. To view the names of all available trackers, see `RUN_ME.py`.

It will take some time to initialize the tracker the first time you run it, as it will likely need to download the model.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "skellytracker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.9",
    "maintainer_email": null,
    "keywords": "camera, stream, video, image, opencv, skelly, freemocap, motion capture, synchronization, computer vision",
    "author": null,
    "author_email": "Skelly FreeMoCap <info@freemocap.org>",
    "download_url": "https://files.pythonhosted.org/packages/95/c2/04c376d2b1baa8dd45446886120b54b37f1dbf92690d750d753a7f30af6e/skellytracker-2024.4.1014.tar.gz",
    "platform": null,
    "description": "# skellytracker\n\nThe tracking backend for freemocap. Collects different pose estimation tools and aggregates them using a consistent API. Can run pose estimation on images, webcams, and videos.\n\n## Run skelly_tracker\n\nInstallation: `pip install skellytracker`\nThen it can be run with `skellytracker`.\n\nRunning the basic `skellytracker` will open the first webcam port on your computer and run pose estimaiton in realtime with mediapipe holistic as a tracker. You can specify the tracker with `skellytracker TRACKER_NAME`, where `TRACKER_NAME` is the name of an available tracker. To view the names of all available trackers, see `RUN_ME.py`.\n\nIt will take some time to initialize the tracker the first time you run it, as it will likely need to download the model.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Top-level package for skellytracker",
    "version": "2024.4.1014",
    "project_urls": {
        "Homepage": "https://github.com/freemocap/skellytracker"
    },
    "split_keywords": [
        "camera",
        " stream",
        " video",
        " image",
        " opencv",
        " skelly",
        " freemocap",
        " motion capture",
        " synchronization",
        " computer vision"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb8257132892e6d71716b4d18a1526ae8b311edeac0af8ab57b20ff09dcf70fa",
                "md5": "18ad5cfb5e1dd32756ff6ad81a74956d",
                "sha256": "7fac6ee8f762b244deb897830bc719cf005c2ac570d1590fdfd2fc7eb7a0f3fe"
            },
            "downloads": -1,
            "filename": "skellytracker-2024.4.1014-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "18ad5cfb5e1dd32756ff6ad81a74956d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9",
            "size": 44828,
            "upload_time": "2024-04-25T17:24:44",
            "upload_time_iso_8601": "2024-04-25T17:24:44.378241Z",
            "url": "https://files.pythonhosted.org/packages/bb/82/57132892e6d71716b4d18a1526ae8b311edeac0af8ab57b20ff09dcf70fa/skellytracker-2024.4.1014-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95c204c376d2b1baa8dd45446886120b54b37f1dbf92690d750d753a7f30af6e",
                "md5": "c64dd32a8430163a01dca45ca104906c",
                "sha256": "71243dbf701bea57951dd39084a4dcc23a7eb591979e56db4c4c5e262dd8e1a1"
            },
            "downloads": -1,
            "filename": "skellytracker-2024.4.1014.tar.gz",
            "has_sig": false,
            "md5_digest": "c64dd32a8430163a01dca45ca104906c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9",
            "size": 33082,
            "upload_time": "2024-04-25T17:24:45",
            "upload_time_iso_8601": "2024-04-25T17:24:45.749645Z",
            "url": "https://files.pythonhosted.org/packages/95/c2/04c376d2b1baa8dd45446886120b54b37f1dbf92690d750d753a7f30af6e/skellytracker-2024.4.1014.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 17:24:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "freemocap",
    "github_project": "skellytracker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "skellytracker"
}
        
Elapsed time: 0.25152s