Skip to content

Commit 93f1972

Browse files
committed
running time 3
1 parent f1432d1 commit 93f1972

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ please follow the instructions provided at the links above.
4545

4646
### Module dependencies
4747

48-
This code has been tested and confirmed to be reproducible with ![Python Version](https://img.shields.io/badge/Python-3.7.10%2B-blue) or higher versions, and has been developed using ![CUDA Version](https://img.shields.io/badge/CUDA-10.0-blue).
48+
This code has been tested and confirmed to be reproducible with ![Python Version](https://img.shields.io/badge/Python-3.7.10%2B-blue) or higher versions, and has been developed using ![CUDA Version](https://img.shields.io/badge/CUDA-11.7-blue).
4949

50-
Also, all code has been tested on the following environment :
50+
Also, all code has been tested on the following environment (as we wrote in requirements.txt):
5151
```
5252
torch==1.11.0
5353
torchvision==0.8.2
@@ -62,10 +62,15 @@ opencv-python==4.7.0.72
6262
faiss-cpu==1.7.3
6363
faiss-gpu==1.7.2
6464
```
65+
However, certain module versions may cause dependency issues (as of April 11, 2023).
6566

66-
Following command can replicate the full environment :
67+
Therefore, I suggest following the command below:
6768

68-
```pip install -r requirements.txt```
69+
```
70+
conda install pytorch==1.13.1 torchvision==0.14.1 pytorch-cuda=11.7 -c pytorch -c nvidia
71+
pip install scipy scikit-learn scikit-image geopandas opencv-python faiss-cpu faiss-gpu
72+
```
73+
The overall progress will take less than 30 minutes for the normal desktop computers.
6974

7075
---
7176

0 commit comments

Comments
 (0)