Code for Structural-Functional Transition in Glaucoma Assessment Challenge 2023 (STAGE 2023)
- Clone this repo:
git clone https://github.com/Chen-Ziyang/STAGE2023.git
cd STAGE2023-
Download the pre-trained weights and move them into
model_checkpointsfolder of each task, which can be found in this Google Drive Link. -
Download the dataset from the official website.
-
Create the experimental environment in your own way or download ours from this Google Drive Link.
- Task 1: Prediction of Mean Deviation
python STAGE2023_Task1/train_MixLoss.py- Task 2: Sensitivity map prediction
python STAGE2023_Task2/train_MixLoss.py- Task 3: Pattern deviation probability map prediction
python STAGE2023_Task3/train.py- Task 1: Prediction of Mean Deviation
python STAGE2023_Task1/test.py- Task 2: Sensitivity map prediction
python STAGE2023_Task2/test.py- Task 3: Pattern deviation probability map prediction
python STAGE2023_Task3/test.py