microsoft / GLIP

Grounded Language-Image Pre-training
MIT License
2.18k stars 191 forks source link

Does GLIP support keypoint detection #146

Open ybk66 opened 1 year ago

ybk66 commented 1 year ago

I repeatedly see "keypoint" in the code and I would like to ask the author and everyone here if this model supports keypoint detection similar to YOLOv8?

weinman commented 1 year ago

To my knowledge, the code as-is does not support keypoint detection for pose estimation (see also #56 for additional ideas), but following KAPAO, we simply adapted GLIP to the keypoint task by treating them as small objects.