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

Inconsistencies in the labels #1

Open
cemsaz opened this issue Jun 21, 2021 · 7 comments
Open

Inconsistencies in the labels #1

cemsaz opened this issue Jun 21, 2021 · 7 comments

Comments

@cemsaz
Copy link

cemsaz commented Jun 21, 2021

Is there any logic behind not using some labels in some images? I am adding two examples below. One of them doesn't have the tire/wheel labels. There are many more like this.

labels

@cemsaz cemsaz changed the title Inconsistancies in the labels Inconsistencies in the labels Jun 21, 2021
@pkolebski
Copy link

Other issue is that some cars have only one tire annotated

@sainivedh19pt
Copy link

Thanks for pointing this out, spent an hour figuiring out where I made the json parsing wrong !!.

@umarch-algo
Copy link

umarch-algo commented Jun 23, 2022

Hi !
Can anyone explain the area and segmentation values to me in annotation.json ?

Thank you!

"segmentation": [
[
358.1650485436893,
245.62135922330094,
349.4271844660194,
269.8932038834951,
344.5728155339806,
286.3980582524272,
343.6019417475728,
296.1067961165048,
352.3398058252427,
304.84466019417476,
379.5242718446602,
300.9611650485437,
401.8543689320388,
299.9902912621359,
412.53398058252424,
292.22330097087377,
414.4757281553398,
275.71844660194176,
414.4757281553398,
259.2135922330097,
413.504854368932,
235.9126213592233,
386.32038834951453,
235.9126213592233
]
],
"area": 4037,

@pkolebski
Copy link

@umarch-algo, Segmentation is a list of polygon's vertices that represent segmentation mask and area is area of this polygon (I guess)

@umarch-algo
Copy link

@umarch-algo, Segmentation is a list of polygon's vertices that represent segmentation mask and area is area of this polygon (I guess)

Thank you so much for the feedback.
Appreciate it!

@umarch-algo
Copy link

@umarch-algo, Segmentation is a list of polygon's vertices that represent segmentation mask and area is area of this polygon (I guess)

How can I draw polygon or apply masking with the help of segmentation array and area? Kindly help ! tried a lot of things and facing errors on all

@umarch-algo
Copy link

@pkolebski @phongsathorn1 @cemsaz @sainivedh19pt
Kindly help me out on this !

How can I draw a polygon or apply masking with the help of segmentation array and area? Kindly help! tried a lot of things and faced errors on all

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

4 participants