You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We updated from 1.0.1 to 1.2.0 and somehow our uint16 semantic segmentation masks are often not rendered anymore.
Can you reproduce this on your side or at least confirm that relevant code has been changed between these two versions?
Code to reproduce issue
When running the code below, then masks are rendered using 1.0.1, but not with 1.2.0.
There seem to be some exceptions: When using 1.2.0 and launching a dataset with np.uint8 masks and then switching to a dataset with uint16 masks in the UI, they are rendered again (sometimes)? It's a bit tedious to reproduce, since a restart seems to be necessary when switching versions.
OS Platform and Distribution (e.g., Linux Ubuntu 22.04): Linux Ubuntu 20.04.6 LTS
Python version (python --version): 3.11
FiftyOne version (fiftyone --version): 1.01 or 1.2.0
FiftyOne installed from (pip or source): uv pip
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
Yes. I can contribute a fix for this bug independently
Yes. I would be willing to contribute a fix for this bug with guidance
from the FiftyOne community
No. I cannot contribute a bug fix at this time
The text was updated successfully, but these errors were encountered:
Describe the problem
We updated from 1.0.1 to 1.2.0 and somehow our uint16 semantic segmentation masks are often not rendered anymore.
Can you reproduce this on your side or at least confirm that relevant code has been changed between these two versions?
Code to reproduce issue
When running the code below, then masks are rendered using
1.0.1
, but not with1.2.0
.There seem to be some exceptions: When using
1.2.0
and launching a dataset withnp.uint8
masks and then switching to a dataset withuint16
masks in the UI, they are rendered again (sometimes)? It's a bit tedious to reproduce, since a restart seems to be necessary when switching versions.System information
python --version
): 3.11fiftyone --version
): 1.01 or 1.2.0Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
from the FiftyOne community
The text was updated successfully, but these errors were encountered: