-
## Subject of the code / test
We have many functions that are key components of DeepReg, we should double-check the implementation / benchmark against other sources
components can be
- loss fun…
-
## Subject of the feature
Currently, the structure of the model will be saved in the training log
https://github.com/DeepRegNet/DeepReg/blob/main/deepreg/train.py#L140
However, there are two …
-
## Subject of the issue
When predict with config labeled=true, without providing label files, error raised:
WARNING:root:sample_label is not used in predict. It is True if and only if mode == 'tra…
-
**Is your feature request related to a problem? Please describe.**
Current datasets do not support paired input.
**Describe the solution you'd like**
Build a PairedDataset Object.
**Describe …
-
## Subject of the feature
What are you trying to do and how would you want to do it differently?
At MICCAI I saw a lot of interest in automated hyperparameter search/ tuning. The feature is avai…
-
## Subject of the issue
Unable to import deepreg into other python applications, using the 0.1.2 release.
```
>> import deepreg
Traceback (most recent call last):
File "", line 1, in
…
-
Hi!
First of all, thank you very much for sharing your code. it's a great job, congratulations!
I would like to train my own model with MR Images in .nii format. The shape is 256x256xN slices.
Is…
-
## Subject of the feature
Currently, we are using AUTOTUNE in data preprocessing, e.g. https://github.com/DeepRegNet/DeepReg/blob/main/deepreg/dataset/loader/interface.py#L113
However, it may ta…
-
## Subject of the code / test
The existing checks are quite useless and not well organized https://github.com/DeepRegNet/DeepReg/blob/main/deepreg/parser.py#L58.
- If possible, we should let the…
-
**Is your feature request related to a problem? Please describe.**
To evaluate our performance by comparing with DeepReg, we want to align our LocalNet architecture with DeepReg's.
**Describe the …