wangzhonghua commited on
Commit ·
1ec76cd
1
Parent(s): b64946b
model update
Browse files- README.md +42 -0
- retsam_v1_for_public.ckpt +3 -0
README.md
CHANGED
|
@@ -1,3 +1,45 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- medical-imaging
|
| 5 |
+
- segmentation
|
| 6 |
+
- retinal
|
| 7 |
+
- pytorch
|
| 8 |
+
library_name: pytorch
|
| 9 |
+
inference: true
|
| 10 |
---
|
| 11 |
+
|
| 12 |
+
# RetSAM
|
| 13 |
+
|
| 14 |
+
<p align="left">
|
| 15 |
+
<a href="TBD"><img src="https://img.shields.io/badge/arXiv-PDF-red" alt="arXiv"></a>
|
| 16 |
+
<a href="https://wzhjerry.github.io/RetSAM/"><img src="https://img.shields.io/badge/Project-Page-blue" alt="Project Page"></a>
|
| 17 |
+
<a href="https://huggingface.co/JerryWzh/RetSAM_public"><img src="https://img.shields.io/badge/Model-RetSAM-green" alt="Model"></a>
|
| 18 |
+
</p>
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
Overview
|
| 22 |
+
--------
|
| 23 |
+
Official repository for "A General Model for Retinal Segmentation and Quantification".
|
| 24 |
+
|
| 25 |
+
> **Note**: Publicly released models are trained on public datasets only and may differ from the paper-reported results.
|
| 26 |
+
|
| 27 |
+
Checkpoint
|
| 28 |
+
----------
|
| 29 |
+
- `--out_channels`: `"(2,3,2,4,6)"`.
|
| 30 |
+
- `--patch_size`: `4`.
|
| 31 |
+
- `--window_size`: `10`.
|
| 32 |
+
- `--depths`: `"(2, 2, 18, 2)"`.
|
| 33 |
+
- `--num_heads`: `"(4, 8, 16, 32)"`.
|
| 34 |
+
- `--feature_size`: `128`.
|
| 35 |
+
- `--size`: `640`.
|
| 36 |
+
|
| 37 |
+
Citation
|
| 38 |
+
--------
|
| 39 |
+
```bibtex
|
| 40 |
+
ToDO
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
Contact
|
| 44 |
+
-------
|
| 45 |
+
For questions or access to full RetSAM models, email: zhonghua.wang@monash.edu
|
retsam_v1_for_public.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa969c7391833a2942ec82946305e7701158b6d724781312d45387007b4e6782
|
| 3 |
+
size 9196220962
|