Closed OpenOceanCold closed 3 years ago
@kennymckormick
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).
I see. Thank you!Looking forward to your excelent work!
as title