Replies: 3 comments 3 replies
-
Thanks for sharing about napari. Currently have limited scope for client sided integrations. We picked 3D Slicer (which is quite famous tool with large set of features, plugins and open-source community) as an example to demonstrate e2e functionality for MONAI Label. Actually this time we took one step ahead and doing the reference implementation for client-sided plugin. In later stages, we would like to showcase this as reference to bring in other open source viewers/developers to integrate with MONAILabel. Please note, MONAILabel doesn't have any UI of it's own. It provides endpoints for client sided UI applications to integrate along with their existing features/functionalities to make use of AI features provided through MONAILabel. In future if we are need to create UI widgets as part of MONAILabel, we can definitely evaluate magicgui option (which is abstracted over QT). Adding @pdogra89 |
Beta Was this translation helpful? Give feedback.
-
Hello, one of the napari maintainers here. If at any point you or anyone else would like any help building a MONAI napari plugin or using magicgui don't hesitate to reach out. I'd be happy to help and collaborate. I'm very excited about the MONAI project in general and would love to see some its functionality made available through napari! Thanks for even thinking of us :-) |
Beta Was this translation helpful? Give feedback.
-
Sorry about being so late to this conversation. I've actually been looking into this, and you can see my efforts here. Apart from submitting new labels, which isn't implemented yet, everything is intended to work, but I'd consider it experimental. I plan to also add a configurable backend app, to help users get started quickly. |
Beta Was this translation helpful? Give feedback.
-
I was wondering if it was already considered to using napari tools for UI in the plugins ?
For example, https://github.com/napari/magicgui looks interesting to create widgets from functions...
Beta Was this translation helpful? Give feedback.
All reactions