Spaces:
Sleeping
Sleeping
Commit Β·
65204e4
1
Parent(s): 47f9ec6
fix: gradio 4.44.1 + correct model info in README (cache bust)
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ sdk: gradio
|
|
| 7 |
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license:
|
| 11 |
---
|
| 12 |
|
| 13 |
# Angio AI β Coronary Angiography Analysis System
|
|
@@ -26,7 +26,7 @@ Upload a coronary X-ray angiography (XCA) video and the pipeline automatically:
|
|
| 26 |
| 1 | Keyframe extraction | Best diagnostic frame (contrast Γ sharpness score) |
|
| 27 |
| 2 | Mask2Former | Stenosis detection β bounding boxes + instance masks |
|
| 28 |
| 3a | ResUNet | Binary vessel mask (Dice 0.8015 on ARCADE) |
|
| 29 |
-
| 3b |
|
| 30 |
| 4 | FFR Pipeline v4 | Quantitative Flow Ratio (QFR) estimation |
|
| 31 |
| 5 | SYNTAX Score | Lesion complexity scoring |
|
| 32 |
|
|
@@ -36,11 +36,11 @@ Upload a coronary X-ray angiography (XCA) video and the pipeline automatically:
|
|
| 36 |
|
| 37 |
All checkpoints are stored in [`MuhammadAdil63/angio-ai-checkpoints`](https://huggingface.co/MuhammadAdil63/angio-ai-checkpoints) and downloaded automatically on first run.
|
| 38 |
|
| 39 |
-
| File | Architecture | Task |
|
| 40 |
-
|------|-------------|------|-----------|
|
| 41 |
| `mask2former_best.pth` | Mask2Former Swin-Base | Stenosis detection | β |
|
| 42 |
-
| `binary_best.pth` | ResUNet (16β256 ch) | Binary vessel
|
| 43 |
-
| `best.pt` |
|
| 44 |
|
| 45 |
Dataset: [ARCADE Challenge](https://arcade.grand-challenge.org/) (syntax + stenosis splits)
|
| 46 |
|
|
|
|
| 7 |
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
# Angio AI β Coronary Angiography Analysis System
|
|
|
|
| 26 |
| 1 | Keyframe extraction | Best diagnostic frame (contrast Γ sharpness score) |
|
| 27 |
| 2 | Mask2Former | Stenosis detection β bounding boxes + instance masks |
|
| 28 |
| 3a | ResUNet | Binary vessel mask (Dice 0.8015 on ARCADE) |
|
| 29 |
+
| 3b | YOLOv8m-seg | 26-class coronary anatomy segmentation |
|
| 30 |
| 4 | FFR Pipeline v4 | Quantitative Flow Ratio (QFR) estimation |
|
| 31 |
| 5 | SYNTAX Score | Lesion complexity scoring |
|
| 32 |
|
|
|
|
| 36 |
|
| 37 |
All checkpoints are stored in [`MuhammadAdil63/angio-ai-checkpoints`](https://huggingface.co/MuhammadAdil63/angio-ai-checkpoints) and downloaded automatically on first run.
|
| 38 |
|
| 39 |
+
| File | Architecture | Task | Performance |
|
| 40 |
+
|------|-------------|------|------------|
|
| 41 |
| `mask2former_best.pth` | Mask2Former Swin-Base | Stenosis detection | β |
|
| 42 |
+
| `binary_best.pth` | ResUNet (16β256 ch) | Binary vessel segmentation | Dice 0.8015 |
|
| 43 |
+
| `best.pt` | YOLOv8m-seg (nc=26) | 26-class coronary anatomy | β |
|
| 44 |
|
| 45 |
Dataset: [ARCADE Challenge](https://arcade.grand-challenge.org/) (syntax + stenosis splits)
|
| 46 |
|