Questions on the keypoint encoder
See original GitHub issueHi Shiyu, great repo! I have two questions for you:
-
In
config.py
, what’s your rationale behind using16
forself.hm_sigma = self.img_max_size / self.hm_stride / 16.
? How do you pick that number? -
In
stage2/keypoint_encoder.py
, why do you need to reduce the input image size when calculating the Gaussian key point? In addition, why do you have to subtract1.0
inkpts[:,:2] = (kpts[:,:2] - 1.0) / stride
?
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Self-supervised Keypoint Learning — A Review
Keypoint or interest point detection is one important building ... SuperPoint use the same encoder for both detector and descriptor for fast ...
Read more >Question about key point · Issue #23 · nv-tlabs/datasetGAN_release ...
We used an ensemble of MLP classifiers to improve performance. You need to first embed real image in GAN's latent space. An encoder...
Read more >Keypoint Transformer: Solving Joint Identification in
We detail below the keypoint detection and encoding step, how we use the Keypoint Transformer to predict the hands poses, the representations we...
Read more >Newest 'keypoint' Questions - Stack Overflow
I'm searching for a good keypoints annotation tools to generate a "skeleton", for example to identify the landmarks of a hand, we can...
Read more >Human Pose Estimation using Keypoint RCNN in PyTorch
We can also think of a similar approach to encoding a keypoint. ... that could solve problems like Segmentation and Keypoint Estimation ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t know either. But it’s good to discuss with you. I am looking forward to your notes as well. For now, I’m gonna close this issue. But it can be reopen at any time.
No sorry! I’ve actually found your code to be quite readable. I’ve written down a lot of extra documentations while learning your code. I’ll share with you once I’m done.
Regarding OHKM, I’ve just briefly glanced the paper, let me take a deeper look of it again.
題外話:我想請問一般天池用戶去那裡討論的?官方的"技術圈"基本上是沒甚麼人(難得看到你的分享!)。