Wenqi Li

Results 104 issues of Wenqi Li

Since we will be releasing Slicer 5.4 this week, we could probably change this to `version 5.4 or higher` _Originally posted by @jcfr in https://github.com/Project-MONAI/SlicerMONAIViz/pull/23#discussion_r1295227453_

the plugin currently requires an image path https://github.com/Project-MONAI/SlicerMONAIViz/blob/9cbb50bbb1b2642550d65ad91ddf650a88e2e7e9/MONAIViz/MONAIViz.py#L501-L503 and as a result, the transform sequence must start with a `LoadImageD`. would be great to remove this requirement and the user...

**Describe the bug** currently there are two different copies of 'segment_anything', would be great to unify the usage and try to avoid direct modifications (use import and inheritance if possible)...