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.

Keypoint detection

See original GitHub issue

🚀 Feature

Torchvision includes the keypoint rcnn that should work very similarly to the other rcnn models. It should be straight forward to add support for this task.

TODO list

  • Datastructure: Keypoints
  • Record mixin
  • Parser mixin
  • Dataloders
  • Model
  • predict, predict_dl
  • Visualization

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
lgvazcommented, Dec 4, 2020

uhuu @FraPochetti, we forgot to close this very important one hahahah

1reaction
FraPochetticommented, Oct 24, 2020

Totally agree!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Keypoint Detection | Papers With Code
Keypoint detection involves simultaneously detecting people and localizing their keypoints. Keypoints are the same thing as interest points.
Read more >
Keypoint Detection with Transfer Learning - Keras
Keypoint detection consists of locating key object parts. For example, the key parts of our faces include nose tips, eyebrows, eye corners, ...
Read more >
How to Train a Custom Keypoint Detection Model with PyTorch
Tutorial on how to fine-tune Keypoint RCNN. By default, PyTorch provides a Keypoint RCNN model which is pre-trained to detect 17 keypoints of ......
Read more >
Keypoint detection - Stanford University
Accurate localization. ○ Invariance against shift, rotation, scale, brightness change. ○ Robustness against noise, high repeatability.
Read more >
Object Detection vs. Image Classification vs. Keypoint Detection
Keypoint detection is a popular computer vision technique for locating key object parts in an image. It defines spatial locations or points that ......
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