simochen / flowtrack.pytorch

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

unify detection boxes and flow boxes #11

Open lxy5513 opened 5 years ago

lxy5513 commented 5 years ago

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

lxy5513 commented 5 years ago

the paper author said that the boxes from a human detector and boxes generated by propagating joints from previous frames using optical flow are unified using a bounding box Non-Maximum Suppression (NMS) operation ,
but how I can get the flow boxes score?