kennymckormick / Triplet-Representation-of-human-Body

42 stars 2 forks source link

As for now, still get any plans to release the code? #3

Closed OpenOceanCold closed 3 years ago

OpenOceanCold commented 3 years ago

as title

OpenOceanCold commented 3 years ago

@kennymckormick

kennymckormick commented 3 years ago

Hi, OpenOceanCold, The code is originally implemented on an internal version of caffe, so I can't release it without reimplementation. For the directional convolution module, we implement it with several normal convolutions sharing weights + masking. For the pairwise mapping module, we estimate a 2-channel offset for each joint, and warp the heatmap with flow_warp_layer based on the offset. Currently I'm busy with ICCV, maybe I will add the pytorch reimplementation in mmpose after the DDL (currently there is a MPII-trb baseline there).

OpenOceanCold commented 3 years ago

I see. Thank you!Looking forward to your excelent work!