Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SynthSR/brain_generator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion SynthSR/estimate_priors.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion SynthSR/fine_tuning_with_adversary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion SynthSR/labels_to_image_model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion SynthSR/metrics_model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion SynthSR/model_inputs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion SynthSR/training.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/logTensorSRtest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""This script trains a SR model for diffusion MRI (log-tensors) using also structural T1 and T2 as inputs.


If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/predict_command_line.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""This script enables to launch predictions with SynthSeg from the terminal.


If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/predict_command_line_hyperfine.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""This script enables to launch predictions with SynthSeg from the terminal.


If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/training.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/tutorials/1-SR_real.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@



If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/tutorials/2-SR_synthetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Because we do straight SR, the input channel is generated directly by blurring/downsampling the HR target regression
target, which are not corrupted nor downsampled in any way.

If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/tutorials/3-synthesis_real.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
HR synthetic scans, simulating LR T2 scans.


If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/tutorials/4-synthesis_synthetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
images are available, this script produces synthetic pairs of LR T2 scans along with aligned HR T1 scans.


If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/tutorials/5-SR-synthesis_multimodal_real.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
T2 scans acquired at LR.


If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/tutorials/6-SR-synthesis_multimodal_synthetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
target, and aligned HR synthetic scans (input channels) simulating T1 and T2 scans acquired at LR.


If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/tutorials/7-training.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
regression target.


If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down
2 changes: 1 addition & 1 deletion scripts/tutorials/8-estimate_priors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
segmentation methods)


If you use this code, please the SynthSR paper in:
If you use this code, please cite the SynthSR paper in:
https://github.com/BBillot/SynthSR/blob/master/bibtex.bib

Copyright 2020 Benjamin Billot
Expand Down