question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Questions on the keypoint encoder

See original GitHub issue

Hi Shiyu, great repo! I have two questions for you:

  1. In config.py, what’s your rationale behind using 16 for self.hm_sigma = self.img_max_size / self.hm_stride / 16.? How do you pick that number?

  2. 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 subtract 1.0 in kpts[:,:2] = (kpts[:,:2] - 1.0) / stride?

Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
gathierrycommented, Jun 7, 2018

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.

0reactions
alwccommented, Jun 7, 2018
  • 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.

題外話:我想請問一般天池用戶去那裡討論的?官方的"技術圈"基本上是沒甚麼人(難得看到你的分享!)。

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found