Nathan Molinier
Nathan Molinier
Right now the outputs of TotalSpineSeg for the image `sub-amuAP_T1w.nii.gz` are: - `sub-amuAP_T1w_step1_cord.nii.gz` --> soft segmentation of the spinal cord based on nnunet probabilities - `sub-amuAP_T1w_step1_canal.nii.gz` --> soft segmentation of...
Hey @etienne87 ! Right now I am keeping the patch created by the data loader and not transferring the full volume. Then, all my GPU transformation are done on the...
> why do we need the development of new GPU augmentations? isn't batchgenerators-v2 already using pytorch? You’re absolutely right — `batchgenerators-v2` does use PyTorch. However, since the transformations are handled...
I will investigate that !