-
Notifications
You must be signed in to change notification settings - Fork 19
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
Show test run in the model info page #352
Conversation
✅ Deploy Preview for bioimage ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Meeting Updates (11/09/2023)Notes
Action Items
|
@Nanguage The CI is failing right now because format issue, you can run |
Updates 2023.09.25
|
Wei Ouyang left a comment: Browser metadata
|
User-Friendly Interface Improvements
@Nanguage The CI is failing due to format, please update it so we can proceed with the merging. |
@Nanguage I just update the itk-vtk-viewer so it's now support synchronized view: from imjoy_rpc import api
import numpy as np
image1 = np.random.randint(0, 255, (30, 30, 20))
image2 = np.random.randint(0, 255, (30, 30, 20))
async def setup():
viewer1 = await api.createWindow(src="https://oeway.github.io/itk-vtk-viewer")
await viewer1.setImage(image1)
viewer2 = await api.createWindow(src="https://oeway.github.io/itk-vtk-viewer")
await viewer2.setImage(image2)
await viewer1.sync(viewer2)
await viewer2.sync(viewer1)
api.export({"setup": setup}) |
Perhaps we can provide a checkbox for users to choose whether to synchronize the input and output image viewers. |
Preview:
Current issues: 1. Slow loading speed of model interface plugin 2. Window size (mainly height) is not suitable 3. Long waiting time for model operation 4. User needs to manually input axes name