add example Jupyter Notebook

This commit is contained in:
rmaphoh
2025-11-30 13:54:40 +00:00
parent dbbddb8936
commit 8f5b2ce5e7
2 changed files with 433 additions and 0 deletions
+2
View File
@@ -46,6 +46,8 @@ pip install torch==2.5.1 torchvision==0.20.1 --index-url https://download.pytorc
git clone https://github.com/rmaphoh/RETFound/
cd RETFound
pip install -r requirements.txt
pip install ipykernel
python -m ipykernel install --user --name retfound --display-name "Python (retfound)"
```