Wenqi Li

Results 104 issues of Wenqi Li

**Is your feature request related to a problem? Please describe.** might be convenient to use a default value for the MONAI label server property: https://github.com/Project-MONAI/MONAILabel/blob/b501ea0eebffe92e8c9c6daa043f0b43df85d50c/plugins/slicer/MONAILabel/Resources/UI/MONAILabel.ui#L72-L74 the value could be `http://0.0.0.0:8000`...

**Describe the bug** with slicer 5.0.2: ``` Traceback (most recent call last): File "/Users/Documents/MONAILabel/plugins/slicer/MONAILabel/MONAILabel.py", line 1292, in onNextSampleButton File "/Users/Documents/MONAILabel/plugins/slicer/MONAILabel/MONAILabel.py", line 1315, in initSample self.ui.embeddedSegmentEditorWidget.setSegmentationNode(self._segmentNode) AttributeError: qMRMLSegmentEditorWidget has no attribute...

**Is your feature request related to a problem? Please describe.** follow up of discussion https://github.com/Project-MONAI/MONAI/discussions/6641 would be great to add input spatial size vs model configuration analysis for all the...

documentation
good first issue
Feature request
CookBook

**Is your feature request related to a problem? Please describe.** https://numpy.org/doc/stable/reference/random/legacy.html#numpy.random.RandomState > The [RandomState](https://numpy.org/doc/stable/reference/random/legacy.html#numpy.random.RandomState) provides access to legacy generators. This generator is considered frozen and will have no further improvements....

Feature request

**Is your feature request related to a problem? Please describe.** In the DiceCELoss `include_background` parameter affects the DiceLoss component, would be great to add a similar option for the CELoss...

Feature request

**Is your feature request related to a problem? Please describe.** the main readme and the monai official website should include a "team" section such as - https://github.com/pytorch/pytorch#the-team and - https://hadoop.apache.org/who.html...

Feature request

**Is your feature request related to a problem? Please describe.** would be great to provide a developer guide in the wiki (https://github.com/Project-MONAI/MONAI/wiki), to - demonstrate the network API design -...

documentation
Feature request

**Is your feature request related to a problem? Please describe.** https://github.com/Project-MONAI/research-contributions/pull/283 has been merged and then reverted due to the integration errors https://github.com/Project-MONAI/research-contributions/actions/runs/5551375200 would be great to revise and add...

enhancement

**Describe the bug** should the parameters in auto3dseg templates be defined/used consistently across different algorithms? for example `pretrained_ckpt_name` is made available for all stages in segresnet https://github.com/Project-MONAI/research-contributions/blob/1dde7a112c69785b4fb5cd58d5b73f3fa5bdc577/auto3dseg/algorithm_templates/segresnet/scripts/segmenter.py#L612-L619 but it's only...

``` [2023-10-26T01:42:06.351Z] Running ./experiment_management/unet_segmentation_3d_ignite_clearml.ipynb [2023-10-26T01:42:06.351Z] Checking PEP8 compliance... [2023-10-26T01:42:07.278Z] Running notebook... [2023-10-26T01:42:07.278Z] Before: [2023-10-26T01:42:07.278Z] "max_epochs = 10\n", [2023-10-26T01:42:07.278Z] After: [2023-10-26T01:42:07.278Z] "max_epochs = 1\n", [2023-10-26T01:42:15.360Z] MONAI version: 1.3.0+10.g85243f52 [2023-10-26T01:42:15.360Z] Numpy version:...

bug