Skip to content

2D Monocular Pose Estimation Motion Capture implemented with a UNet Structure in Keras/Tensorflow and the COCO Dataset

Notifications You must be signed in to change notification settings

wutayng/2d-pose-estimation-tf-keras

Repository files navigation

UNet 2D Monocular RBG Pose Esimation

Finished Model -- Full_COCO_Train

Look in WandB for all Model Training / Tracking Info

Example Output Heatmaps

To serve the model here (/SavedModels) via a flask web API, check out flask-keras-server

Process-coco

Here is a script to convert COCO images and annotations into h5 files containing the images and keypoint annotation coordinates. h5 files must be created to use anything else in this repo (besides the SavedModel)!

Trainer

python train.py

Script to train model, edit config.py for parameters. The training script copies code from the notebook in functional form - put the h5 COCO data files in /data to train!

SavedModels

Contains a Keras Saved Model. UNet 2D Pose trained on the full COCO Dataset.

Docs

Tips - Tricks

Look here for some more implementation details about troubleshooting and lessons learned.

Notebooks

02-2DPose-UNet-heatmap WandB

  • 2D Multi-Person Heatmap Pose (COCO Dataset). UNet sourced from GitHub implementation. Create the h5 COCO data files via /process-coco and place in /data to train!

Attributions

About

2D Monocular Pose Estimation Motion Capture implemented with a UNet Structure in Keras/Tensorflow and the COCO Dataset

Resources

Stars

Watchers

Forks

Packages

No packages published