You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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.
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:
It would be great for me if you could provide the configuration file and the modified implementation. Thanks in advance!
The text was updated successfully, but these errors were encountered: