-
Notifications
You must be signed in to change notification settings - Fork 1
dataset_dropdown_opus #282
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
Conversation
… recreation with unique IDs. Update make_image_layers and make_simple_image_layer functions to include dataset index and cache key for improved layer handling.
|
Pull Request Overview: Multi-Dataset Support with Dropdown Selector
|
|
@jaspreetishar and @huanlity - you all can follow this example to test locally https://colab.research.google.com/drive/1VBJUNQoldIjpWxyUOdSd7oIOThpC5mri?usp=sharing |
huanlity
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great on my end. Two unexpected things I found are:
- if you turn off
IMGand change the dataset, the new dataset will still display the underlying IMG. - While 1 is happening, the
IMGsign is greyed out.
Fixing either one would work but fixing 1 will be better IMO.
|
@huanlity I'm ok fixing this in a subsequent pull request because we have several other pull requests that build off of this one and I want them to not diverge too much. |
No description provided.