Add library name, pipeline tag and project page link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- OCT
|
| 5 |
- SLO
|
|
@@ -14,11 +16,10 @@ tags:
|
|
| 14 |
|
| 15 |
This repo contains the the official weights of the MIRAGE-Base model (based on ViT-Base), from the paper ["MIRAGE: Multimodal foundation model and benchmark for comprehensive retinal OCT image analysis"](http://www.arxiv.org/abs/2506.08900), by José Morano et al. (2025).
|
| 16 |
|
|
|
|
| 17 |
|
| 18 |

|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
## MIRAGE models
|
| 23 |
|
| 24 |
Model | Resolution | Weights
|
|
@@ -26,8 +27,6 @@ Model | Resolution | Weights
|
|
| 26 |
MIRAGE-Base | 512x512 | [Download](https://huggingface.co/j-morano/MIRAGE-Base)
|
| 27 |
MIRAGE-Large | 512x512 | [Download](https://huggingface.co/j-morano/MIRAGE-Large)
|
| 28 |
|
| 29 |
-
|
| 30 |
-
|
| 31 |
## Usage
|
| 32 |
|
| 33 |
The model can be loaded using the `PyTorchModelHubMixin` from the `huggingface_hub` package and the code from the `mirage_hf.py` script that can be downloaded from [here](https://raw.githubusercontent.com/j-morano/MIRAGE/refs/heads/main/hf/mirage_hf.py).
|
|
@@ -58,7 +57,6 @@ model = MIRAGEhf.from_pretrained("j-morano/MIRAGE-Base")
|
|
| 58 |
model = MIRAGEhf.from_pretrained("j-morano/MIRAGE-Large")
|
| 59 |
```
|
| 60 |
|
| 61 |
-
|
| 62 |
## Citation
|
| 63 |
|
| 64 |
If you use our code or our model in your research, we would greatly appreciate it if you give a star to the [repo](https://github.com/j-morano/MIRAGE) and cite our [work](http://www.arxiv.org/abs/2506.08900):
|
|
@@ -73,4 +71,4 @@ If you use our code or our model in your research, we would greatly appreciate i
|
|
| 73 |
primaryClass={cs.CV},
|
| 74 |
url={https://arxiv.org/abs/2506.08900},
|
| 75 |
}
|
| 76 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
pipeline_tag: image-to-image
|
| 5 |
tags:
|
| 6 |
- OCT
|
| 7 |
- SLO
|
|
|
|
| 16 |
|
| 17 |
This repo contains the the official weights of the MIRAGE-Base model (based on ViT-Base), from the paper ["MIRAGE: Multimodal foundation model and benchmark for comprehensive retinal OCT image analysis"](http://www.arxiv.org/abs/2506.08900), by José Morano et al. (2025).
|
| 18 |
|
| 19 |
+
Project page: [link]().
|
| 20 |
|
| 21 |

|
| 22 |
|
|
|
|
|
|
|
| 23 |
## MIRAGE models
|
| 24 |
|
| 25 |
Model | Resolution | Weights
|
|
|
|
| 27 |
MIRAGE-Base | 512x512 | [Download](https://huggingface.co/j-morano/MIRAGE-Base)
|
| 28 |
MIRAGE-Large | 512x512 | [Download](https://huggingface.co/j-morano/MIRAGE-Large)
|
| 29 |
|
|
|
|
|
|
|
| 30 |
## Usage
|
| 31 |
|
| 32 |
The model can be loaded using the `PyTorchModelHubMixin` from the `huggingface_hub` package and the code from the `mirage_hf.py` script that can be downloaded from [here](https://raw.githubusercontent.com/j-morano/MIRAGE/refs/heads/main/hf/mirage_hf.py).
|
|
|
|
| 57 |
model = MIRAGEhf.from_pretrained("j-morano/MIRAGE-Large")
|
| 58 |
```
|
| 59 |
|
|
|
|
| 60 |
## Citation
|
| 61 |
|
| 62 |
If you use our code or our model in your research, we would greatly appreciate it if you give a star to the [repo](https://github.com/j-morano/MIRAGE) and cite our [work](http://www.arxiv.org/abs/2506.08900):
|
|
|
|
| 71 |
primaryClass={cs.CV},
|
| 72 |
url={https://arxiv.org/abs/2506.08900},
|
| 73 |
}
|
| 74 |
+
```
|