|
1 | 1 | # DEEP QC |
2 | 2 |
|
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)* |
4 | 6 |
|
5 | 7 | ## Installation (Python version) using *conda* for inference |
6 | 8 |
|
7 | | -* CPU version |
| 9 | +* CPU version |
8 | 10 | ``` |
9 | 11 | conda install pytorch-cpu==1.7.1 torchvision==0.8.2 cpuonly -c pytorch |
10 | 12 | conda install scikit-image |
@@ -44,16 +46,11 @@ Code for the paper Vladimir S. Fonov, Mahsa Dadar, The PREVENT-AD Research Group |
44 | 46 | * `aqc_training.py` - deep nearal net training script |
45 | 47 | * `model/resnet_qc.py` - module with ResNET implementation, based on https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py |
46 | 48 | * `model/util.py` - various helper functions |
| 49 | + * `*.R` - R scripts to generete figures for the paper |
47 | 50 | * Image files: |
48 | 51 | * `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 |
57 | 54 |
|
58 | 55 | ## Validating correct operation (requires minc-toolkit and minc2_simple python module) |
59 | 56 |
|
|
0 commit comments