This an implementation of MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network.
- Download COCO dataset.
- Run
create_tfrecords.py
. - Run
train_keypoints.py
. - Run
train_person_detector.py
. - Run
train_prn.py
. - Run
create_pb.py
.
- tensorflow 1.15
- Pillow 6.1, opencv-python 4.1
- numpy 1.17, scipy 1.3
- matplotlib 3.1, tqdm 4.36
- pycocotools