human-pose-estimation.pytorch
human-pose-estimation.pytorch copied to clipboard
tracking code
hello,can you sharing ctracking code?
Any news on this @leoxiaobin? I want to use your paper as a baseline for human pose tracking (as described in your paper).
+1 I would like to use your flow-based pose tracking algorithm.
Thank you.
+2 I'm also working with tracking and exploiting human pose tracking. It would be nice to be able to run these baselines. Thanks
+3 Or there is a time-line to release these tracking code or detection results on pose track ??
+4
@chenxp106, @Tobias-Fischer, @WuZhuoran, @gosiqueira, @lxtGH Code for visualizing is available in my fork https://github.com/BadMachine/human-pose-estimation.pytorch
@BadMachine Thanks for your work. Have you implemented the tracking code part? thanks,
@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 this just seems to be processing a single image? This issue is about tracking across a video sequence.
@Tobias-Fischer wait what?) This tread about tracking code as is. (But maybe your post was bait?) Anyway challenge accepted and done. Enjoy LINK
so does anyone realize the tracking part code? 😂
Does anyone have the tracking code?