Image Segmentation
medical
biology
josedvq commited on
Commit
0e2a52e
1 Parent(s): f79af48

Update README.md

Browse files

## VascX Models: Model Ensembles for Retinal Vascular Analysis from Color Fundus Images

Model ensembles from the paper ["VascX Models: Model Ensembles for Retinal Vascular Analysis from Color Fundus Images"](https://arxiv.org/pdf/2409.16016)

### Installation

To install the entire fundus analysis pipeline including fundus preprocessing, model inference code and vascular biomarker extraction:

1. Create a conda or virtualenv virtual environment, or otherwise ensure a clean environment.

2. Install the [rtnls_inference package](https://github.com/Eyened/retinalysis-inference).

3. Download the vascx models and place them in the folder pointed by `$RTNLS_MODEL_RELEASES`.

### Usage

To speed up re-execution of vascx we recommend to run the preprocessing and segmentation steps separately:

1. Preprocessing. See [this notebook](./notebooks/0_preprocess.ipynb). This step is CPU-heavy and benefits from parallelization (see notebook).

2. Inference. See [this notebook](./notebooks/1_segment_preprocessed.ipynb). All models can be ran in a single GPU with >10GB VRAM.


![DRIVE_40.png](https://cdn-uploads.huggingface.co/production/uploads/636d1718dddcc01da655c046/O6f91-smTCTfa3yZ5g6gf.png)
![DRIVE_22.png](https://cdn-uploads.huggingface.co/production/uploads/636d1718dddcc01da655c046/rmp57ESM9SB3dF12LYYqG.png)
![CHASEDB1_12R.png](https://cdn-uploads.huggingface.co/production/uploads/636d1718dddcc01da655c046/SnmduZ1zEy5PfHhL3_-Da.png)
![CHASEDB1_08L.png](https://cdn-uploads.huggingface.co/production/uploads/636d1718dddcc01da655c046/mIGBRg1ZR5sy7JJ3_knRU.png)
![HRF_07_dr.png](https://cdn-uploads.huggingface.co/production/uploads/636d1718dddcc01da655c046/Ls2Toak1SV0xLmTSygNKe.png)
![HRF_04_g.png](https://cdn-uploads.huggingface.co/production/uploads/636d1718dddcc01da655c046/jsZn6IZkga8wRlPSnSZqY.png)

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: agpl-3.0
3
- ---
 
 
 
 
 
1
  ---
2
  license: agpl-3.0
3
+ pipeline_tag: image-segmentation
4
+ tags:
5
+ - medical
6
+ - biology
7
+ ---