quickNAT_pytorch icon indicating copy to clipboard operation
quickNAT_pytorch copied to clipboard

PyTorch Implementation of QuickNAT and Bayesian QuickNAT, a fast brain MRI segmentation framework with segmentation Quality control using structure-wise uncertainty

Results 7 quickNAT_pytorch issues
Sort by recently updated
recently updated
newest added

Hi, Could you please provide information about the datasets used to train the models provided under https://github.com/ai-med/quickNAT_pytorch/tree/master/saved_models?

Hello, The readme states: > Before deploying our model you need to standardize the MRI scans. Use the following command from FreeSurfer mri_convert --conform The above command standardizes the alignment...

Hi, What is the folder structure of the data? I need to know this to incorporate my own data. Thanks.

Hi, I try to use QuickNAT to train my data but feel a bit confused about the usage and some arguments. Should we convert our data to h5 files first?...

It would be great if the trained weights could be removed from the repo and downloaded separately from a server. Cloning takes about 5 minutes for me.

When i set device to "cpu" in settings_eval.ini, just to test cpu performance, i get: > Traceback (most recent call last): > File "run.py", line 187, in > evaluate_bulk(settings_eval['EVAL_BULK']) >...