Max Tkachenko

Results 335 comments of Max Tkachenko

So, you mean you want to convert polygon coordinates to png/numpy images?

it's because brush labels are pixel-type labeling, it's stored as RLE image and then decoded to png/numpy. Polygons are just arrays of (x,y) coordinates. However, if you could contribute with...

It looks well. I guess you need to replace `decode_rle` to yours function here: https://github.com/heartexlabs/label-studio-converter/blob/master/label_studio_converter/brush.py#L123 Or even it's better to write a new function like `decode_from_annotation`.

Because it's not yet implemented. You can contribute it ;-)

@cdpath hi! do you have any updates?

@hogepodge please keep tracking this PR.

@cdpath Our QA team tried to setup pycocotools on window and got this problem: ![image](https://user-images.githubusercontent.com/501780/228378107-765cd01f-8a52-4fb1-96dc-db927e05061d.png) What are your thoughts here? Any ideas? Maybe we can add pycocotools as options? (something...

Do you know how to make it as extra package in pip? We have no bandwidth to support forks of pycocotools.

@hogepodge let's try to take into account the last comment: https://github.com/heartexlabs/label-studio-converter/pull/175#issuecomment-1614720231 let's talk with @nehalecky on how we can add this changes and deliver this PR eventually.

After careful consideration, we’ve determined that this is more of an improvement than a critical bug. Additionally, it seems to be an outdated request and hasn’t garnered much interest from...