microsoft / human-pose-estimation.pytorch

The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and Tracking(https://arxiv.org/abs/1804.06208)"
MIT License
2.94k stars 605 forks source link

tracking code #98

Open chenxp106 opened 5 years ago

chenxp106 commented 5 years ago

hello,can you sharing ctracking code?

Tobias-Fischer commented 5 years ago

Any news on this @leoxiaobin? I want to use your paper as a baseline for human pose tracking (as described in your paper).

WuZhuoran commented 5 years ago

+1 I would like to use your flow-based pose tracking algorithm.

Thank you.

gosiqueira commented 5 years ago

+2 I'm also working with tracking and exploiting human pose tracking. It would be nice to be able to run these baselines. Thanks

lxtGH commented 5 years ago

+3 Or there is a time-line to release these tracking code or detection results on pose track ??

BadMachine commented 4 years ago

+4

BadMachine commented 4 years ago

@chenxp106, @Tobias-Fischer, @WuZhuoran, @gosiqueira, @lxtGH Code for visualizing is available in my fork https://github.com/BadMachine/human-pose-estimation.pytorch

WuZhuoran commented 4 years ago

@BadMachine Thanks for your work. Have you implemented the tracking code part? thanks,

BadMachine commented 4 years ago

@WuZhuoran Implemented via opencv dnn module. Tracking code here tracking First you need to convert PyTorch model to ONNX: https://github.com/BadMachine/human-pose-estimation.pytorch/blob/master/pose_estimation/export_ONNX.py

Tobias-Fischer commented 4 years ago

@BadMachine this just seems to be processing a single image? This issue is about tracking across a video sequence.

BadMachine commented 4 years ago

@Tobias-Fischer wait what?) This tread about tracking code as is. (But maybe your post was bait?) Anyway challenge accepted and done. Enjoy LINK

Sakura-gh commented 2 years ago

so does anyone realize the tracking part code? 😂

shivk-git commented 1 year ago

Does anyone have the tracking code?