Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.94 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.94 KB

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