Add model card
#1
by
nielsr
HF Staff
- opened
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
pipeline_tag: image-segmentation
|
| 4 |
+
tags:
|
| 5 |
+
- medical
|
| 6 |
+
- code
|
| 7 |
+
library_name: pytorch
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
## References
|
| 11 |
+
|
| 12 |
+
* [RAIL: Region-Aware Instructive Learning for Semi-Supervised Tooth Segmentation in CBCT](https://arxiv.org/abs/2505.03538)
|
| 13 |
+
|
| 14 |
+
Code: https://github.com/Tournesol-Saturday/RAIL
|