Wenqi Li
Wenqi Li
> I don't think it is necessary, however, as the `*args, **kwargs` forwarding fix in the PR solves it cleanly. Nic and I tried to list reasons why the seemingly...
There are also some components share the same name but have some implementation differences, for example: https://github.com/Project-MONAI/MONAI/blob/e7fb74f32b5371bb54bff7a47447df31d06d8edf/monai/metrics/regression.py#L240 https://github.com/Project-MONAI/GenerativeModels/blob/c1ec4ed4381de90ef18061c98624fa931c42e9b6/generative/metrics/ssim.py#L28 we may take a bit more time to understand how to merge...
I looked into this, it seems it's related to the known issues https://github.com/pydata/pydata-sphinx-theme/issues/1026 https://github.com/pydata/pydata-sphinx-theme/issues/1207 I don't currently have a workaround..
thanks, this PR (work in progress) might bring in the part of necessary capability for download/upload https://github.com/Project-MONAI/MONAI/pull/6454
sure, I'm assigning this to you, thanks!
no visible progress at the moment, unassigning this ticket... I saw a PR https://github.com/Project-MONAI/MONAI/pull/6632 by @zilima but was closed now (would you still be interested in contributing? @zilima)
thanks for confirming @jocpae, the module is available in monai 1.3.0 -- `pip install monai==1.3.0`.
the gridpatchdataset works with a generator style input https://github.com/Project-MONAI/MONAI/blob/575954cbe0a27ed076806ca3f6f5024114f08cad/monai/data/grid_dataset.py#L148-L160 you can combine it with `monai.data.ShuffleBuffer` for randomised sampling, please see https://github.com/Project-MONAI/tutorials/blob/main/modules/2d_slices_from_3d_training.ipynb
thanks for reporting, I think dx[i] = (x[i+1] - x[i]) will cause a 0.5 shift in the results... maybe you can consider the method proposed here https://github.com/Project-MONAI/MONAI/issues/5939
thanks for reporting, I think this needs https://github.com/Project-MONAI/MONAI/issues/6062 or some flexibility to specify the ordering of the spatial transforms, it's not implemented yet.