Skip to content
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

No label colors not showing in Embeddings panel[BUG] #4317

Closed
5 tasks done
pranavjadhav001 opened this issue Apr 28, 2024 · 1 comment
Closed
5 tasks done

No label colors not showing in Embeddings panel[BUG] #4317

pranavjadhav001 opened this issue Apr 28, 2024 · 1 comment
Labels
bug Bug fixes

Comments

@pranavjadhav001
Copy link

Embeddings highlighted for each label/class using a different color not showing as expected, even after groundtruth.labels selection.

Code to reproduce issue

  • Trained an embedding model on CUB-200-2011 Dataset
  • Created a fiftyOne dataset using dataset type ImageClassificationDirectoryTree
  • using Dataset filepaths, created embeddings array
  • passed embeddings with dataset to compute_visualization fn, visualization method chosen 'umap' , dim 2
  • launch_app either directly in jupyter cell or brower tab

2024-04-28_23-02

System information

  • OS Platform and Distribution : Linux Ubuntu 20.04
  • Python version (python --version): 3.8.10
  • FiftyOne version (fiftyone --version): 0.23.8
  • FiftyOne installed from (pip or source): pip
@pranavjadhav001 pranavjadhav001 added the bug Bug fixes label Apr 28, 2024
@pranavjadhav001
Copy link
Author

After looking more into it, the problem arises due to large no. of classes , for my experiment I'm using CUB-200-2011 Dataset which has 200 classes. When i reduced the classes to 50, the colors appeared. I've even tried to add custom color map with unique 200 colors, but that also doesn't seem to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes
Projects
None yet
Development

No branches or pull requests

1 participant