peabody124 / PosePipeline

PosePipe is a human pose estimation (HPE) pipeline to facilitate home movement analysis from videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PosePipe: Open-Source Human Pose Estimation Pipeline for Clinical Research

ERD

PosePipe is a human pose estimation (HPE) pipeline to facilitate home movement analysis from videos. It uses DataJoint to manage the interdependencies between algorithms and for data management of the videos and the intermediate outputs. If has wrappers to numerous cutting edge HPE algorithms and output visualizations, which makes it easy to analyze videos differently and determine the best algorithms to use.

Getting Started

Developers

VSCode is recommended. The following can be included in your settings.json to specify black formatting settings.

{
    "python.formatting.blackArgs": [
        "--line-length=120",
        "--include='*py'",
        "--exclude='*ipynb'",
        "--extend-exclude='.env'",
        "--extend-exclude='3rdparty/*'"
    ],
    "editor.rulers": [
        120
    ]
}

About

PosePipe is a human pose estimation (HPE) pipeline to facilitate home movement analysis from videos

License:GNU General Public License v3.0


Languages

Language:Python 95.6%Language:Jupyter Notebook 3.8%Language:Dockerfile 0.5%Language:Makefile 0.1%