-
## GPU Memory Issue
Hi @YipengHu I tried running the prediction with an image size of [128 128 128] like we discussed yesterday but after running the task for a while it seems that there's insuffic…
-
For the py code, we can take a union of torchio and DeepReg unless we have conflicts.
Although we should not have too many codes as we only need to call these packages.
In addition, I'd like to ad…
-
As discussed, we would like to firstly use the T1 images (581 subjects, 4.6 GB) in IXI [Dataset](https://brain-development.org/ixi-dataset/).
Some preprocessing procedures are still needed as
- Br…
-
# Contribution Guidelines
1. **Initial Setup**
- Clone the repository: `git clone `
2. **Update Local Content**
- Ensure you’re up to date with the development branch:
```bash
git ch…
-
The benchmark will be performed using dockers to ensure reproducibilities.
Therefore we will need to build a docker image supporting both packages.
The main idea would be using conda inside docker…
-
While testing #4561, I ran this command from my SCT directory:
~~~
julien-macbook:~/code/spinalcordtoolbox $ sct_download_data -d template-dog -o data/
--
Spinal Cord Toolbox (git-rb/4558-add-…
-
### Description
I ran a processing involving `sct_label_vertebrae`, and ended up with the following bug, because of a model that is not installed:
```console
Spinal Cord Toolbox (git-master-3a8…
-
**Is your feature request related to a problem? Please describe.**
MONAI currently have implemented 2 image similarity loss for registration application:
- LocalNormalisedCrossCorrelationLoss
- G…
-
**Is your feature request related to a problem? Please describe.**
Is your feature request related to a problem? Please describe.
MONAI currently have implemented BendingEnergyLoss for registration …
-
**Describe the bug**
When using RegistrationResidualConvBlock, the way that skip connections are currently implemented only works for `in_channels == out_channels`.
```
skip = x
…