AarohiSingla / YOLOv7-POSE-on-Custom-Dataset

Keypoint detection on custom dataset. We have 1 class - Glass and it have 4 keypoints. Ithis this tutorial we will train our yolov7 model to detect these 4 custom keypoints
17 stars 9 forks source link

Bbox and keypoint matching #5

Open avinash-218 opened 1 year ago

avinash-218 commented 1 year ago

Thanks @AarohiSingla for the repo !!!!!!!!!

I would like to know if the index of the keypoints and the index of the bounding boxes align??

For example: Assuming a highly accurate model, Do the first set of keypoints falls within the first bounding box??

So that i can have a track of the bounding box with their corresponding keypoints??