Wenqi Li
Wenqi Li
no they are different distances @hreso110100
thanks, there are some style issues reported, I think some of them are valid ones... https://deepsource.io/gh/Project-MONAI/MONAI/run/96404a6f-933e-4971-b866-f170efb1d4b9/python/
> > thanks, I tried the analyzer it's very convenient, please see some comments inline.. is it possible to add some support for the 'image' only inputs? #4824 > >...
> I added some implementations in [b8d91e4](https://github.com/Project-MONAI/MONAI/commit/b8d91e41394acae73967001b6b32e040cda81195) to enable an argument "image_only" with a simple unit test to address the feature request in Auto3D. For a more integrated version, let's...
Sorry I'm a bit confused here, I think we agreed to have monai.apps.auto3dseg not monai.auto3dseg In the upcoming version. The api flexibility still needs to be improved and that we...
I think the Analyzer logic could be part of the transform? this will benefit from the multiprocessing data loader, e,g: ```py transform = Compose([ LoadImaged(keys=keys), EnsureChannelFirstd(keys=keys), # this creates label...