Skip to content

[FR] Visualize ArrayField (e.g. context RGB image) #4981

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

Open
3 of 6 tasks
cgebbe opened this issue Oct 24, 2024 · 1 comment
Open
3 of 6 tasks

[FR] Visualize ArrayField (e.g. context RGB image) #4981

cgebbe opened this issue Oct 24, 2024 · 1 comment
Labels
feature Work on a feature request

Comments

@cgebbe
Copy link

cgebbe commented Oct 24, 2024

Instructions

Proposal Summary

Given a simple RGB Sample Image, I can add several Labels to it.

To add e.g. a context RGB image to it, I couldn't find a corresponding label, but found that this works:

sample["contxt_image"] = rng.integers(0,255,(1024,1024,3),dtype=np.uint8)

However, could I visualize such a context image, too?

What areas of FiftyOne does this feature affect?

  • App: FiftyOne application
  • Core: Core fiftyone Python library
  • Server: FiftyOne server

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
@cgebbe cgebbe added the feature Work on a feature request label Oct 24, 2024
@cgebbe cgebbe changed the title [FR] Add context image [FR] Add and visualize context image Oct 24, 2024
@cgebbe cgebbe changed the title [FR] Add and visualize context image [FR] Visualize ArrayField (e.g. context RGB image) Oct 24, 2024
@cgebbe
Copy link
Author

cgebbe commented Oct 24, 2024

#3673 is related, but doesn't have a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Work on a feature request
Projects
None yet
Development

No branches or pull requests

1 participant