Skip to content

Commit 05f8d7b

Browse files
committed
Update README
1 parent 6138a7c commit 05f8d7b

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# DEEP QC
22

3-
Code for the paper Vladimir S. Fonov, Mahsa Dadar, The PREVENT-AD Research Group, D. Louis Collins **"Deep learning of quality control for stereotaxic registration of human brain MRI"** https://doi.org/10.1101/303487
3+
Code for the paper Vladimir S. Fonov, Mahsa Dadar, The PREVENT-AD Research Group, D. Louis Collins **"DARQ: Deep learning of quality control for stereotaxic registration of human brain MRI"**.
4+
5+
*Updated version of the previosly available ["Deep learning of quality control for stereotaxic registration of human brain MRI"](https://doi.org/10.1101/303487)*
46

57
## Installation (Python version) using *conda* for inference
68

7-
* CPU version
9+
* CPU version
810
```
911
conda install pytorch-cpu==1.7.1 torchvision==0.8.2 cpuonly -c pytorch
1012
conda install scikit-image
@@ -44,16 +46,11 @@ Code for the paper Vladimir S. Fonov, Mahsa Dadar, The PREVENT-AD Research Group
4446
* `aqc_training.py` - deep nearal net training script
4547
* `model/resnet_qc.py` - module with ResNET implementation, based on https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py
4648
* `model/util.py` - various helper functions
49+
* `*.R` - R scripts to generete figures for the paper
4750
* Image files:
4851
* `mni_icbm152_t1_tal_nlin_sym_09c_0.jpg`,`mni_icbm152_t1_tal_nlin_sym_09c_1.jpg`,`mni_icbm152_t1_tal_nlin_sym_09c_2.jpg` - reference slices, needed for both training and running pretrained model
49-
* `results` - directory with outputs, containes pre-trained models
50-
* `data` - RAW and intermediate datafiles will be placed are here
51-
* R scripts:
52-
* `aqc_analysis.R` - Draw Figure 5,6,7
53-
* `aqc_analysis_one_long.R` - Draw Figure 4
54-
* `aqc_analysis_r18_ref.R` - Draw Figure 8
55-
* `summary.R` - calculate summary stats
56-
* `multiplot.R` - internal module for making stacked plots in ggplot
52+
* `results` - figures for the paper
53+
* `data` - training data and reference image
5754
5855
## Validating correct operation (requires minc-toolkit and minc2_simple python module)
5956

0 commit comments

Comments
 (0)