pictures added
Browse files- README.md +32 -0
- assets/landmarks_kl.png +0 -0
- assets/network_arch.png +0 -0
- assets/pipeline.png +0 -0
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# KNEEL: Hourglass Networks for Knee Anatomical Landmark Localization
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
<center>
|
| 9 |
+
<img src="assets/landmarks_kl.png" width="800"/>
|
| 10 |
+
</center>
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
(c) Aleksei Tiulpin, University of Oulu, 2019-2024
|
| 14 |
+
|
| 15 |
+
## What this is about
|
| 16 |
+
This repo now stores updated models from https://github.com/Oulu-IMEDS/KNEEL.
|
| 17 |
+
|
| 18 |
+
Cite our paper as follows:
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
@article{tiulpin2019kneel,
|
| 22 |
+
title={KNEEL: Knee Anatomical Landmark Localization Using Hourglass Networks},
|
| 23 |
+
author={Tiulpin, Aleksei and Melekhov, Iaroslav and Saarakkala, Simo},
|
| 24 |
+
journal={arXiv preprint arXiv:1907.12237},
|
| 25 |
+
year={2019}
|
| 26 |
+
}
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
In this paper we tackled the problem of anatomical landmark localization in knee radiographs at all stages of osteoarthritis. We combined recent advances of landmark localization field and distilled them into a novel modification of hourgalss architecture.
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
<p align=center>
|
| 33 |
+
<img src="assets/network_arch.png" width="800"/>
|
| 34 |
+
</p>
|
| 35 |
+
|
assets/landmarks_kl.png
ADDED
|
assets/network_arch.png
ADDED
|
assets/pipeline.png
ADDED
|