From 3215db0581647176b281d6f967c58bd687228af8 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Tue, 20 Sep 2022 15:58:01 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f26f127..5a09b74 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,9 @@ A model for generating rim segmentations from images of the optic nerve head. We Paper describing the work and authorship: TODO(tyler): Add links to the papers + +### DDLSNet + +Tool to grade optic nerve head fundus images with the disc damagelihood scale. DDLSNet takes the rim to disc ratio and absent rim width values from RimNet, +combines them with a disc size category generated by a classification model (DiscNet), and calculates DDLS. The grading process is done in the script `Final Pathway.py`. +