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

what is RLE? #184

Closed
isalirezag opened this issue Jun 28, 2018 · 4 comments
Closed

what is RLE? #184

isalirezag opened this issue Jun 28, 2018 · 4 comments

Comments

@isalirezag
Copy link

im new to this topic.
I understand the segmentation via polygons, but i dont know what RLE is?
Can anyone explain or guide me to a direction to learn more about it?
Any visual example, any explanation?

Thanks

@SamL98
Copy link

SamL98 commented Jul 3, 2018

I believe RLE is run-length encoding. It is used to encode the location of foreground objects in segmentation. Instead of outputting a mask image, you give a list of start pixels and how many pixels after each of those starts are included in the mask. You can look on the submission section on this page for a specific example: https://www.kaggle.com/c/data-science-bowl-2018#evaluation

@dhirajsuvarna
Copy link

A great explanation of the coco file format along with detailed explanation of RLE and iscrowd - Coco file format

@analyticsbot
Copy link

A great explanation of the coco file format along with detailed explanation of RLE and iscrowd - Coco file format

this was indeed helpful.

@bit-scientist
Copy link

@dhirajsuvarna could you provide some annotation tools to load an image and annotate it to match with coco file format? Thanks.

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

5 participants