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

Question : Can u please tell, what is the format of json in the keypoint and the bounding box is being stored ? #23

Open
Chaitanya887 opened this issue Jun 18, 2024 · 1 comment

Comments

@Chaitanya887
Copy link

image
For the bounding box, is it the yolo format which is

center x-coordinate ,center y-coordinate ,height ,width

or is it coordinates of upper left (x1, y1)and lower right (x2, y2) part of the bounding box

x1, y1, x2, y2

Also can u tell the same about the keypoint

@yasaminborhani
Copy link

yasaminborhani commented Jul 5, 2024

Hello,

The bounding box format is x_min, y_min, w, h.

For keypoint format please check this website: https://vita-epfl.github.io/openpifpaf/plugins_custom.html
There are some explanations there to help you implement your data loader. If you want to use the datasets which their data loaders are already available, you can easily use the data modules and the appropriate format will be produced as the output.

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