simochen / flowtrack.pytorch

Pytorch implementation of FlowTrack (Simple Baselines for Human Pose Estimation and Tracking).
74 stars 12 forks source link

How to run pose estimation? #10

Open sklf opened 5 years ago

sklf commented 5 years ago

Hello! I run the two demo of detection and flownet successfully. However, I can't run the pose estimation. Could you please tell me more details about how to do pose estimation with your code? Besides, would you plan to merge the official code of the pose estimation in https://github.com/Microsoft/human-pose-estimation.pytorch? I think it must be wonderful if you can do that work! ^_^

simochen commented 5 years ago

Hi, @sklf. The pose estimation code is for training. I'm still working on the inference part. I also took the official code as reference to modify the code.