Javier Pérez de Frutos
commited on
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# DeepDeformationMapRegistration
|
| 2 |
+
Deep learning powered image to image registration, based on VoxelMorph
|
| 3 |
+
|
| 4 |
+
# Usage
|
| 5 |
+
The core functionality reside in DeepDeformationMapRegistration package, e.g., the augmentation layers, metrics, etc.
|
| 6 |
+
|
| 7 |
+
Use the "MultiTrain" scripts to launch the trainings, providing the neccesary parameters. Those in the COMET folder accepts a .ini configuration file (see COMET/train_config_files for example configurations).
|
| 8 |
+
|
| 9 |
+
Use Evaluate_network to test the trained models. On the Brain folder, use "Evaluate_network__test_fixed.py" instead.
|
| 10 |
+
|
| 11 |
+
# Warning
|
| 12 |
+
The code in this repo is in need of a thorough clean and refactoring. So expect the unexpected.
|