Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,25 +3,21 @@ title: OrthoTimes QuickCephTool - Ceph Landmark Detection
|
|
| 3 |
emoji: 🦷
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
-
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
# OrthoTimes QuickCephTool — HRNet Landmark Detection
|
| 14 |
|
| 15 |
-
Automatic cephalometric landmark detection using
|
| 16 |
|
| 17 |
-
##
|
| 18 |
-
- Source: [cwlachap/hrnet-cephalometric-landmark-detection](https://huggingface.co/cwlachap/hrnet-cephalometric-landmark-detection)
|
| 19 |
-
- MRE: ~1.2–1.6 mm
|
| 20 |
-
- SDR@2mm: ~80–85%
|
| 21 |
-
- Detects 19 landmarks
|
| 22 |
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
| 25 |
|
| 26 |
-
|
| 27 |
-
Used by OrthoTimes QuickCephTool HTML application for automatic landmark placement on upload.
|
|
|
|
| 3 |
emoji: 🦷
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
|
|
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
---
|
| 11 |
|
| 12 |
# OrthoTimes QuickCephTool — HRNet Landmark Detection
|
| 13 |
|
| 14 |
+
Automatic cephalometric landmark detection using HRNet-W32.
|
| 15 |
|
| 16 |
+
## API
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
+
POST /detect
|
| 19 |
+
```json
|
| 20 |
+
{"image_b64": "<base64 encoded image>"}
|
| 21 |
+
```
|
| 22 |
|
| 23 |
+
Returns normalised (0-1) coordinates for 19 landmarks.
|
|
|