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
Given a dataset with semantic segmentation labels, can I configure the app to NOT render them?
I realize that I can toggle their visibility on and off, but it seems to me that they get loaded independent of that, thus slowing down rendering.
Willingness to contribute
The FiftyOne Community welcomes contributions! Would you or another member of your organization be willing to contribute an implementation of this feature?
Yes. I can contribute this feature independently
Yes. I would be willing to contribute this feature with guidance from the FiftyOne community
No. I cannot contribute this feature at this time
The text was updated successfully, but these errors were encountered:
"dense" label fields (segmentations, heatmaps, etc) will only be loaded if their visibility toggle is "on"
dense label field rendering is in a separate worker so that the rest of the grid can still be as buttery as possible even if dense labels (when visible) take longer to appear
(TBD) dense label fields are not toggled to visible by default
you can optionally configure what fields are visible by default via dataset.app_config
Given a dataset with semantic segmentation labels, can I configure the app to NOT render them?
I realize that I can toggle their visibility on and off, but it seems to me that they get loaded independent of that, thus slowing down rendering.
Willingness to contribute
The FiftyOne Community welcomes contributions! Would you or another member of your organization be willing to contribute an implementation of this feature?
The text was updated successfully, but these errors were encountered: