human-pose-estimation.pytorch icon indicating copy to clipboard operation
human-pose-estimation.pytorch copied to clipboard

tracking code

Open chenxp106 opened this issue 5 years ago • 12 comments

hello,can you sharing ctracking code?

chenxp106 avatar Mar 06 '19 08:03 chenxp106

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

Tobias-Fischer avatar Mar 27 '19 11:03 Tobias-Fischer

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

Thank you.

WuZhuoran avatar Apr 23 '19 00:04 WuZhuoran

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

gosiqueira avatar May 22 '19 16:05 gosiqueira

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

lxtGH avatar Jun 25 '19 07:06 lxtGH

+4

BadMachine avatar Dec 30 '19 22:12 BadMachine

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

BadMachine avatar Jan 10 '20 17:01 BadMachine

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

WuZhuoran avatar Jan 10 '20 21:01 WuZhuoran

@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

BadMachine avatar Jan 10 '20 21:01 BadMachine

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

Tobias-Fischer avatar Jan 12 '20 19:01 Tobias-Fischer

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

BadMachine avatar Jan 12 '20 20:01 BadMachine

so does anyone realize the tracking part code? 😂

Sakura-gh avatar Jan 18 '22 15:01 Sakura-gh

Does anyone have the tracking code?

shivk-git avatar Mar 22 '23 05:03 shivk-git