-
## Subject of the feature
It would be nice to have integration (either through a scripted module or otherwise) with 3D Slicer to enable the underlying DeepReg models to be used for inference within…
-
## Subject of the feature
We have a preliminary docker file already. As some users might be interested in using deepreg directly inside the docker, to skip all the complicated setup, it's worth con…
-
## Subject of the feature
The DVF has been implemented without a demo demonstrating its applicability.
If the feature request is approved, would you be willing to submit a PR? _(Help can be
pr…
-
## Subject of the feature
It could be beneficial to DeepReg packages to include some form of point-set registration (either classical [ICP, CPD] or new learning-based methods).
This will also li…
-
tensorflow.python.framework.errors_impl.InternalError: CUDA runtime implicit initialization on GPU:0 failed. Status: all CUDA-capable devices are busy or unavailable
If the bug is confirmed, woul…
-
The section of Installing the Environment in the document is out of date, which needs to be rewritten.
If the documentation request is approved, would you be willing to submit a PR? _(Help
can be…
-
## Subject of the feature
Currently, in `ResizeCPTransform` we are using 3D Gaussain kernel https://github.com/DeepRegNet/DeepReg/blob/main/deepreg/model/layer.py#L435
I think the 1D separable k…
-
Hi!
Why the spcing of your training set is [1,1,1], has it been processed? What if each set of my training set has different spacing?
-
There are multiple tools to monitor the code quality
- https://scrutinizer-ci.com for code quality
- https://codeclimate.com/github/DeepRegNet/DeepReg for code quality as well
- https://github.co…
-
## Subject of the issue
For the data loader, we used `num_samples // batch_size` to define the number of batches per dataset, as before TensorFlow would raise an error when the generator ends.
h…