From 70459bc139b5921865d56f392a480d5035d2b9fa Mon Sep 17 00:00:00 2001 From: Timing Liu <39947942+liutiming@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:24:18 +0000 Subject: [PATCH] replicate installation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5a2da04..99ebbd5 100644 --- a/README.md +++ b/README.md @@ -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 ```