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

Mask datatype specify in docs #1691

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Mask datatype specify in docs #1691

merged 1 commit into from
Nov 26, 2024

Conversation

Erol444
Copy link
Contributor

@Erol444 Erol444 commented Nov 26, 2024

Specified that mask is in bool datatype. Used int8 (gpt generated code) and was debugging this issue for 3 hours until I looked into source code of mask annotator.

When using int8 mask (instead of bool dtype), mask annotator will take crazy long to process (like 10sec on MacBook M2), and result won't be correct.

Type of change

Please delete options that are not relevant.

  • Documentation update
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

Docs update

Docs

  • Docs updated? What were the changes:

Specified that mask is in bool datatype. Used int8 (gpt generated code) and was debugging this issue for 3 hours until I looked into source code of mask annotator
@CLAassistant
Copy link

CLAassistant commented Nov 26, 2024

CLA assistant check
All committers have signed the CLA.

@LinasKo
Copy link
Contributor

LinasKo commented Nov 26, 2024

Hi @Erol444,

That's a good catch. Thank for sending a PR our way!

@LinasKo LinasKo merged commit 32eaf4e into roboflow:develop Nov 26, 2024
11 checks passed
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