mujtaba1212 commited on
Commit
4e3d7ec
·
verified ·
1 Parent(s): c70a6c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -3,25 +3,21 @@ title: OrthoTimes QuickCephTool - Ceph Landmark Detection
3
  emoji: 🦷
4
  colorFrom: blue
5
  colorTo: green
6
- sdk: gradio
7
- sdk_version: 4.44.0
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 **HRNet-W32** pretrained on lateral cephalometric radiographs.
16
 
17
- ## Model
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
- ## Landmarks detected
24
- S, N, Or, Po, ANS, PNS, A, U1tip, L1tip, B, Pog, Me, Gn, Go, Co, L1ap, U1ap, U6, L6
 
 
25
 
26
- ## API
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.