Refactor README; ignore venv/ dir
Browse files- .gitignore +1 -0
- README.md +0 -2
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
.idea/
|
2 |
.vs/
|
3 |
*__pycache__/
|
|
|
|
1 |
.idea/
|
2 |
.vs/
|
3 |
*__pycache__/
|
4 |
+
venv/
|
README.md
CHANGED
@@ -6,8 +6,6 @@
|
|
6 |
|
7 |
<h1 align="center">DDMR: Deep Deformation Map Registration</h1>
|
8 |
<h3 align="center">Learning deep abdominal CT registration through adaptive loss weighting and synthetic data generation</h3>
|
9 |
-
|
10 |
-
# ⚠️***WARNING: Under construction***
|
11 |
|
12 |
**DDMR** was developed by SINTEF Health Research. The corresponding manuscript describing the framework has been published in [PLOS ONE](https://journals.plos.org/plosone/) and the manuscript is openly available [here](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0282110).
|
13 |
|
|
|
6 |
|
7 |
<h1 align="center">DDMR: Deep Deformation Map Registration</h1>
|
8 |
<h3 align="center">Learning deep abdominal CT registration through adaptive loss weighting and synthetic data generation</h3>
|
|
|
|
|
9 |
|
10 |
**DDMR** was developed by SINTEF Health Research. The corresponding manuscript describing the framework has been published in [PLOS ONE](https://journals.plos.org/plosone/) and the manuscript is openly available [here](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0282110).
|
11 |
|