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

how to get the area of segmented object? #55

Open
trungnv92 opened this issue May 8, 2023 · 3 comments
Open

how to get the area of segmented object? #55

trungnv92 opened this issue May 8, 2023 · 3 comments

Comments

@trungnv92
Copy link

Hi, Thank you for your repository. I'm newbie and learning YOLOv7. I have 2 question?

  1. Can you explain a line in save.txt labels from result?
    image
  2. How to get the area of segmented predicted objects?
    frames10

Thanks for your help!

@acsgn95
Copy link

acsgn95 commented May 22, 2023

First parameters are class name! And others are like that "x1,y1,x2,y2,x3,y3,......"

@acsgn95
Copy link

acsgn95 commented May 22, 2023

You can calculate yourself with geometric functions! For area

@RizwanMunawar
Copy link
Owner

@trungnv92 you can take a look at the link mentioned below.

https://stackoverflow.com/questions/55694631/compute-area-of-bounding-box

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

3 participants