Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yolov7 keypoint detection .txt annotation format #1267

Open
cmosinverter opened this issue Dec 19, 2022 · 1 comment
Open

yolov7 keypoint detection .txt annotation format #1267

cmosinverter opened this issue Dec 19, 2022 · 1 comment

Comments

@cmosinverter
Copy link

Hi, I am currenlty doing on a project to detect the center point and the needle of a gauge, I and I have the keypoints for each images, I know that the .txt file format for objection detection in yolo is:

[class_id] [X] [Y] [W] [H]

But i am wondering what is the keypoint detection .txt format for yolov7, appreciate for any response!

@cmosinverter cmosinverter changed the title The question for yolov7 keypoint detection annotation format yolov7 keypoint detection .txt annotation format Dec 19, 2022
@m-gangloff
Copy link
Contributor

Hey, the annotation format for the keypoints is "class, x_center, y_center, width, height, kpt1_x, kpt1_y, visibility_1, ..., kptn_x, kptn_y, visibility_n". For more info, feel free to check out the following link:
cocodataset/cocoapi#130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants