Skip to content

Commit

Permalink
running time 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DonghyunAhn committed Apr 11, 2023
1 parent f1432d1 commit 93f1972
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ please follow the instructions provided at the links above.

### Module dependencies

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).
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).

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

Following command can replicate the full environment :
Therefore, I suggest following the command below:

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

---

Expand Down

0 comments on commit 93f1972

Please sign in to comment.