Closed
Description
Describe the feature and the current behavior/state.
Add keypoint class utils
Relevant information
- Are you willing to contribute it (yes/no):
no - Are you willing to maintain it going forward? (yes/no):
probably - Is there a relevant academic paper? (if so, where):
Yes but it is a too popular topic to point any specific paper. - Is there already an implementation in another framework? (if so, where):
Yes in official Facebook Pytorch detectron2
https://github.com/facebookresearch/detectron2/blob/master/detectron2/structures/keypoints.py - Was it part of tf.contrib? (if so, where):
No we had some sparse keypoints utils/ops in model
https://github.com/tensorflow/models/blob/master/research/object_detection/predictors/heads/keypoint_head.py
https://github.com/tensorflow/models/blob/master/research/object_detection/core/keypoint_ops.py
Which API type would this fall under (layer, metric, optimizer, etc.)
keypoints
Who will benefit with this feature?
Many applications like human pose, hande pose, face landmarks, 3d objects cuboid etc..
Any other info.
In Mediapipe there are many pre/postprocessing operations over keypoints that rely on Opencv keypoints with the Tensorflow lite inference. Probably some of these operations could put in graph if we can handle keypoints in Tensorflow directly.
Metadata
Metadata
Assignees
Labels
No labels