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
The "closed" and "filled" attributes are automatically generated and displayed and they take up precious screen space. I personally don't have a use for them. I would like to be able to remove them altogether from the app display (e.g. using global configuration) or programmatically when creating a dataset.
Motivation
These attributes take up precious screen space and add clutter. Especially when they appear twice - once for the ground-truth and once for the predictions.
What areas of FiftyOne does this feature affect?
App: FiftyOne application
Core: Core fiftyone Python library
Server: FiftyOne server
Details
I would like to be able to remove these attributes altogether from the app display (e.g. using global configuration) or programmatically when creating a dataset. Perhaps they should be hidden by default when all the polygons in the dataset have the same value (or None)?
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:
I've tried that. I still get a ValueError: Cannot exclude default fields {'ground_truth_polygons.polylines.filled', 'ground_truth_polygons.polylines.closed'} when trying to create such a view.
Proposal Summary
The "closed" and "filled" attributes are automatically generated and displayed and they take up precious screen space. I personally don't have a use for them. I would like to be able to remove them altogether from the app display (e.g. using global configuration) or programmatically when creating a dataset.
Motivation
These attributes take up precious screen space and add clutter. Especially when they appear twice - once for the ground-truth and once for the predictions.
What areas of FiftyOne does this feature affect?
fiftyone
Python libraryDetails
I would like to be able to remove these attributes altogether from the app display (e.g. using global configuration) or programmatically when creating a dataset. Perhaps they should be hidden by default when all the polygons in the dataset have the same value (or
None
)?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: