add README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- mri
|
| 5 |
+
- knee
|
| 6 |
+
- segmentation
|
| 7 |
+
---
|
| 8 |
+
# DOSMA models
|
| 9 |
+
These models are those that are made publicly available in the [DOSMA](https://github.com/ad12/DOSMA).
|
| 10 |
+
More information on these models can be found in the [documentation](https://dosma.readthedocs.io/en/latest/models.html).
|
| 11 |
+
|
| 12 |
+
## Citation
|
| 13 |
+
If you use any models, please cite any reference for the model in addition to the DOSMA reference below:
|
| 14 |
+
```
|
| 15 |
+
@inproceedings{desai2019dosma,
|
| 16 |
+
title={DOSMA: A deep-learning, open-source framework for musculoskeletal MRI analysis},
|
| 17 |
+
author={Desai, Arjun D and Barbieri, Marco and Mazzoli, Valentina and Rubin, Elka and Black, Marianne S and Watkins, Lauren E and Gold, Garry E and Hargreaves, Brian A and Chaudhari, Akshay S},
|
| 18 |
+
booktitle={Proc 27th Annual Meeting ISMRM, Montreal},
|
| 19 |
+
pages={1135},
|
| 20 |
+
year={2019}
|
| 21 |
+
}
|
| 22 |
+
```
|