flowtrack.pytorch icon indicating copy to clipboard operation
flowtrack.pytorch copied to clipboard

Pytorch implementation of FlowTrack (Simple Baselines for Human Pose Estimation and Tracking).

Results 6 flowtrack.pytorch issues
Sort by recently updated
recently updated
newest added

How does the tracking work? Does it can separate out as a function or module?

The method is proposed in simple baseline paper. Optical Flow + Bipartite Matching.

A great work for pose tracking! Could you please tell how to unify detection boxes and flow boxes? Thank you in advance.

I have tested this repo about detection and flownet with two models weights successfully. But how shall i use pose and tracking file ? would you please give some summary...

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...