Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,9 @@ They were designed to accept a fovea-centered retinal OCT image of size 192x192,
|
|
10 |
|
11 |
These models also accept an associated textual instruction and outputs a textual response
|
12 |
|
13 |
-
The results in paper relate to these specifications, and performance cannot be guaranteed for other image types, sizes or anatomical locations in the retina
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
These models also accept an associated textual instruction and outputs a textual response
|
12 |
|
13 |
+
The results in paper relate to these specifications, and performance cannot be guaranteed for other image types, sizes or anatomical locations in the retina
|
14 |
+
|
15 |
+
To use RetinaVLM, first clone: [https://github.com/RobbieHolland/SpecialistVLMs](https://github.com/RobbieHolland/SpecialistVLMs)
|
16 |
+
|
17 |
+
And run: `models/retinavlm_wrapper.py model=minigpt4 dataset/task=all pretrained_models=specialist_v5_192px`
|
18 |
+
|