How to display the pixel coordinate of the image of the bounding box #39
Unanswered
JunseoKim19
asked this question in
Q&A
Replies: 1 comment
-
Hi @JunseoKim19 👋🏻! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Yolov8 model.
I generated the box using the boxannotator and I want to see the coordinate of the object within the frame. (in x1,y1,x2,y2 form)
I believe it has something to do with get_anchor_coordinate but I just couldn't figure out.
The frame size is 1280 x 720
Thank you
Beta Was this translation helpful? Give feedback.
All reactions