You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeepSeeNet is a high-performance deep learning framework for grading of color fundus photographs using the AREDS simplified severity scale. For more details, please see `<https://ncbi-nlp.github.io/DeepSeeNet/>`_.
9
11
10
12
11
13
Getting Started with DeepSeeNet
12
-
============================
14
+
===============================
13
15
14
16
These instructions will get you a copy of the project up and run on your local machine for development and testing purposes.
15
17
The package should successfully install on Linux.
@@ -38,7 +40,7 @@ Installing from source
38
40
39
41
40
42
Using DeepSeeNet for grading simplified scores
41
-
-------------------------------------------
43
+
----------------------------------------------
42
44
43
45
The easiest way is to run the following command
44
46
@@ -71,8 +73,8 @@ More options (e.g., setting the models) can be obtained by running
Besides grading the simplified score, we also provide individual risk factor models. For example
78
80
@@ -87,10 +89,13 @@ Besides grading the simplified score, we also provide individual risk factor mod
87
89
The drusen score: [[0.21020733 0.2953384 0.49445423]]
88
90
The drusen size: large
89
91
92
+
Here, we provide the following pre-trained models:
90
93
91
-
All models can be found at ``deepseenet``.
92
-
93
-
The pretrained models can be found at: `<https://github.com/ncbi-nlp/DeepSeeNet/releases/tag/0.1>`_
94
+
* `drusen size <https://github.com/ncbi-nlp/DeepSeeNet/releases/tag/0.1>`_: non/small, intermediate, large
95
+
* `pigmentary abnormalities <https://github.com/ncbi-nlp/DeepSeeNet/releases/tag/0.1>`_: no, yes
96
+
* `late AMD <https://github.com/ncbi-nlp/DeepSeeNet/releases/tag/0.1>`_: no, yes
97
+
* `geographic atrophy (GA) <https://github.com/ncbi-nlp/DeepSeeNet/releases/tag/0.2>`_: no, yes
98
+
* `central GA <https://github.com/ncbi-nlp/DeepSeeNet/releases/tag/0.2>`_: no, yes
94
99
95
100
96
101
Training DeepSeeNet model
@@ -122,7 +127,9 @@ Citing DeepSeeNet
122
127
123
128
If you're running the DeepSeeNet framework, please cite:
124
129
125
-
* Peng Y, Dharssi S, Chen Q, Keenan T, Agron E, Wong W, Chew E, Lu Z. DeepSeeNet: A deep learning model for automated classification of patientbased age-related macular degeneration severity from color fundus photographs. Ophthalmology. 2018 (Accepted).
130
+
* Peng Y*, Dharssi S*, Chen Q, Keenan T, Agron E, Wong W, Chew E, Lu Z. DeepSeeNet: A deep learning model for automated classification of patientbased age-related macular degeneration severity from color fundus photographs. Ophthalmology. 2019. 126(4), 565-575.
131
+
132
+
* Keenan T*, Dharssi S*, Peng Y*, Chen Q, Agron E, Wong W, Lu Z, Chew E. A deep learning approach for automated detection of geographic atrophy from color fundus photographs. Ophthalmology. 2019 (Accepted).
0 commit comments