replicate installation

This commit is contained in:
Timing Liu
2023-02-20 13:24:18 +00:00
committed by GitHub
parent b755773cc1
commit 70459bc139
+3
View File
@@ -18,6 +18,7 @@ Create enviroment with conda:
```
conda create -n retfound python=3.6.15 -y
conda activate retfound
```
Install Pytorch 1.81 (cuda 11.1)
@@ -27,6 +28,8 @@ pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f htt
Install others
```
git clone https://github.com/rmaphoh/RETFound_MAE/
cd RETFound_MAE
pip install -r requirement.txt
```