mxnet_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
mxnet_Realtime_Multi-Person_Pose_Estimation copied to clipboard

How to understand for the "center_map" in the prototxt? What's the meaning for the networks?

Open Ai-is-light opened this issue 7 years ago • 3 comments

layer { name: "image" type: "Slice" bottom: "data" top: "image" top: "center_map" slice_param { slice_point: 3 axis: 1 } } layer { name: "silence2" type: "Silence" bottom: "center_map" } @dragonfly90 Thanks? Looking forward your attention

Ai-is-light avatar Jan 29 '18 02:01 Ai-is-light

@Ai-is-light I think it means to crop the image based on the center of the person, but I am not sure.

dragonfly90 avatar Jan 29 '18 02:01 dragonfly90

I have seen that some also did think the mask and ground truth are based on the person and their keypoints, maybe you are right. Thanks

Ai-is-light avatar Jan 29 '18 02:01 Ai-is-light

how do get the first 2644 images in the val2014 to test the model you trianed ? just use the code of author's genJOSN? I mean, whether is other method to get the more typical small val-dataset?@d @dragonfly90

Ai-is-light avatar Jan 29 '18 12:01 Ai-is-light