Safetensors
kneel / README.md
epanfilove's picture
Updated selection in model card
a63d9c1 verified
---
license: cc-by-nc-4.0
# extra_gated_heading: "You need to agree to share your contact information to access this model" # Default
extra_gated_heading: "Fill the form below to access the models"
# extra_gated_prompt: " "
# extra_gated_description: "You have to accept the conditions to access its files and content. By agreeing you accept to share your contact information (email and username) with the repository authors." # Default
# extra_gated_button_content: "Agree and send request to access repo" # Default
extra_gated_fields:
Full Name: text
Position: text
Organization, department: text
Country: country
I want to use this model for:
type: select
options:
- Research
- Education
- Both
- Other
I agree NOT TO USE these models for ANY COMMERCIAL USE including research for commercial purposes: checkbox
---
# KNEEL: Hourglass Networks for Knee Anatomical Landmark Localization
<center>
<img src="assets/landmarks_kl.png" width="800"/>
</center>
(c) Aleksei Tiulpin, University of Oulu, 2019-2024
## What this is about
This repo now stores updated models from https://github.com/Oulu-IMEDS/KNEEL.
Cite our paper as follows:
```
@article{tiulpin2019kneel,
title={KNEEL: Knee Anatomical Landmark Localization Using Hourglass Networks},
author={Tiulpin, Aleksei and Melekhov, Iaroslav and Saarakkala, Simo},
journal={arXiv preprint arXiv:1907.12237},
year={2019}
}
```
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.
<p align=center>
<img src="assets/network_arch.png" width="800"/>
</p>