Realtime 2d pose using camera.
Pose estimator: HRNet
python >= 3.6
pytorch >= 1.0
Anaconda3
run this create virtural env:
conda env create -f env_info_file.yml
python tools/hrnet_2d_realtime.py
you need PyQt
run this:
python tools/hrnet_2d_realtime_UI.py
- HRNet:
-
load pose model in
joints_detectors/hrnet/models/pytorch/pose_coco/
-
load yolov3 in
joints_detectors/hrnet/lib/detector/yolo/
or download by
- AlphaPose:
-
load due_se in
joints_detectors/Alphapose/models/sppe/
-
load yolov3 (same to the yolov3 file in HRNet dir) in
joints_detectors/Alphapose/models/yolo/
Modified from https://github.com/lxy5513/videopose