micronet icon indicating copy to clipboard operation
micronet copied to clipboard

MicroNet config for Human Pose Estimation task

Open pha-nguyen opened this issue 3 years ago • 3 comments

Hi, thanks for your great work!

I am attempting to make this structure work on the pose estimation task. However, I found the modification in your paper which makes me confused:

The models are modified for the keypoint detection task, by increasing the resolution (×2) of a select set of blocks (all blocks with stride of 32). Each model contains a head with three micro-blocks (one of stride 8 and two of stride 4) and a pointwise convolution that generates heatmaps for 17 keypoints.

  • increasing the resolution (×2): How can you do that? By decreasing the kernel size or manually editing which number?
  • blocks with stride of 32, stride 8, stride 4: I could not find such any configurations. As I understood, stride is usually set to 1 or 2, and uncommonly 3 or more. Also in microconfig.py, your stride setting is no greater than 2.

It would be great for me if you could provide the configuration file and the modified implementation. Thanks in advance!

pha-nguyen avatar Sep 09 '21 16:09 pha-nguyen

Hi, I appreciate your interest in our work. However, the code for key point detection is still under processing. We will release soon. you can refer to the code for all the implementation details.

liyunsheng13 avatar Sep 10 '21 05:09 liyunsheng13

Hi, I appreciate your interest in our work. However, the code for key point detection is still under processing. We will release soon. you can refer to the code for all the implementation details.

Looking forward to your code. :heart_eyes:

notplus avatar Mar 30 '22 02:03 notplus

Hello, I am also looking for the code. Hahaha, how is it going?

10qiu01 avatar Jan 29 '23 22:01 10qiu01