-
Hiiii Wenxuan. Thanks a lot for your nice work sharing!
I have a question for performance reproducing on Brats 2019 dataset using your codes of TransBTS model. I directly run the train and test codes…
-
Hello,
I'm trying to train the 'deepmedic' model with the BraTS 2018 dataset.
**Data:** The BraTS 2018 dataset is very similar to the BraTS 2017 dataset. The only difference is that there are 3 …
-
thanks for sharing this awesome work! But I cannot run the code, due to some errors.
when I use the provided command to train vqgan:
`PL_TORCH_DISTRIBUTED_BACKEND=gloo python train/train_vqgan.py da…
-
Quick Summary
Attempting to convert a trained Keras Model with Quartus as Backend. but get this error
![error](https://github.com/fastmachinelearning/hls4ml/assets/47188943/e99da77e-ee5c-48af-b9c9-…
-
Hi,
@FabianIsensee et al,
Does Brats 2020 dataset (image dimension =240,240,155) needs preprocessing (fslreorient2std, flirt registration, etc ) to run HD-GLIO-PREDICT as Brats 2020 folks have al…
-
I see ur paper, and wanna know if the code is for 15th or 17th data?( I found the website say "The data provided during BraTS'17 differs significantly from the data provided during the previous BraTS …
-
I run this code on google colab and i keep getting this error from the training file
`usage: train.py [-h] [--job-dir JOB_DIR] [--job-name JOB_NAME] [-gcs]
[-params PARAMS] --config…
-
Hi Sara,
I would like to know the directory structure for the BRATS dataset .. I mean how do you actually run it .Please suggest some pointers on this.
-
GaNDLF produces metrics that are different from our official inpainting package (https://pypi.org/project/inpainting/).
To compute metrics with the official package:
```
pip install inpaintin…
-
My dataset folder is as follows:
brats2018
-----MICCAI_BraTS_2018_Data_Training
----HGG
----LGG
-----MICCAI_BraTS_2018_Data_Validation
----HGG
----LGG
I can't run…