Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,13 @@ pinned: true
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
This demo uses the ScribblePrompt-UNet model described in ["ScribblePrompt: Fast and Flexible Interactive Segmentation for Any Medical Image"](https://arxiv.org/abs/2312.07381)
|
| 14 |
+
|
| 15 |
+
```
|
| 16 |
+
@article{wong2023scribbleprompt,
|
| 17 |
+
title={ScribblePrompt: Fast and Flexible Interactive Segmentation for Any Medical Image},
|
| 18 |
+
author={Hallee E. Wong and Marianne Rakic and John Guttag and Adrian V. Dalca},
|
| 19 |
+
journal={arXiv:2312.07381},
|
| 20 |
+
year={2023},
|
| 21 |
+
}
|
| 22 |
+
```
|