Skip to content

QTIM-Lab/DeepLearn2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepLearn2025: Learning demographics from retinal fundus images

This repository contains the code for the DeepLearn2025 summer school.

The code aims to learn demographics from retinal fundus images using deep learning in two ways:

  1. Using the raw images as input and training a model to predict the demographics
  2. Using the RETFound features as input and training a model to predict the demographics

The code is organized as follows:

  • feature_extraction: folder with code to extract features from the retinal fundus images using RETFound. For convenience, the features are already available in the features folder.
    • extract_retfound_features.ipynb: notebook to extract the RETFound features from the raw images - Colab version here
  • demographics_prediction: folder with code to train models to predict the demographics:
    • demographics_resnet.ipynb: notebook to train a model to predict the age from the CFP images - Colab version here
    • demographics_RETFound_features.ipynb: notebook to train a model to predict the demographics from the RETFound features - Colab version here

Already trained models are available in the results folder, downloadable here as a zip file.

To download, run: gdown https://drive.google.com/uc?id=1c0MXiUnsxstsIK0ETjD1ZBs9iU_kryHy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors