We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the code below we see that img can be of type uint8, then img is multiplied by 28 and 216, but uint8 cannot store such large numbers.
img
uint8
datumaro/datumaro/util/mask_tools.py
Lines 116 to 119 in 5209d42
The text was updated successfully, but these errors were encountered:
sizov-kirill
Successfully merging a pull request may close this issue.
In the code below we see that
img
can be of typeuint8
, thenimg
is multiplied by 28 and 216, butuint8
cannot store such large numbers.datumaro/datumaro/util/mask_tools.py
Lines 116 to 119 in 5209d42
The text was updated successfully, but these errors were encountered: