This repository contains a pytorch implementation of "EP-Net:More efficient pose estimation network with the classification-based keypoints detection".
This codebase provides:
- test code
- train code
- dataset process code
Check INSTALL.md for installation instructions.
reconfig the config file in E2P/configs/caffe2/keypoints_R_101_FPN.yaml
python E2P/tools/train_net.py
test code in E2P/pose_test