Add pipeline tag and paper link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- ruler-reading
|
| 5 |
- image-scale-estimation
|
|
@@ -15,7 +16,7 @@ robust when a ruler is rotated, viewed in perspective, or partially occluded.
|
|
| 15 |
|
| 16 |
This repository accompanies **“RulerNet: Learning Perspective-Invariant Ruler
|
| 17 |
Representations for Robust Image Scale Estimation,”** published in
|
| 18 |
-
*Computerized Medical Imaging and Graphics*.
|
| 19 |
|
| 20 |
Try the interactive CPU demo: [RulerNet-Demo](https://huggingface.co/spaces/ymp5078/RulerNet-Demo).
|
| 21 |
For training and evaluation code, see the [GitHub repository](https://github.com/ymp5078/RulerNet).
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
pipeline_tag: keypoint-detection
|
| 4 |
tags:
|
| 5 |
- ruler-reading
|
| 6 |
- image-scale-estimation
|
|
|
|
| 16 |
|
| 17 |
This repository accompanies **“RulerNet: Learning Perspective-Invariant Ruler
|
| 18 |
Representations for Robust Image Scale Estimation,”** published in
|
| 19 |
+
*Computerized Medical Imaging and Graphics*. Paper: [RulerNet: Learning Perspective-Invariant Ruler Representations for Robust Image Scale Estimation](https://huggingface.co/papers/2507.07077).
|
| 20 |
|
| 21 |
Try the interactive CPU demo: [RulerNet-Demo](https://huggingface.co/spaces/ymp5078/RulerNet-Demo).
|
| 22 |
For training and evaluation code, see the [GitHub repository](https://github.com/ymp5078/RulerNet).
|