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

Add decode compressed rle #310

Closed

Conversation

Jiyong-Jeon
Copy link
Contributor

When compressed rle are given, change mask conversion to work normally.

@Jiyong-Jeon Jiyong-Jeon requested review from a team, echoyunjin, rmk1075, ZeroAct, ljj727, dustjr1565, park-sungho-8 and yunjunho1 and removed request for a team January 18, 2024 07:39

from pycocotools import _mask

rle["counts"] = base64.b64decode(rle["counts"])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is counts always base64 encoded?

@ZeroAct ZeroAct deleted the branch snuailab:0.3.1a1 January 22, 2024 02:05
@ZeroAct ZeroAct closed this Jan 22, 2024
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

Successfully merging this pull request may close these issues.

3 participants