Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Haozhe-Xing authored Apr 26, 2023
1 parent 828df3a commit 6f4f4f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# SARNet
## prediction maps and pretrained model
1. The prediction map of our method can be downloaded at https://drive.google.com/drive/folders/1rZ9IrbFz4dggik1vnK53PnNNy7l-1X_r?usp=sharing.
2. The pretrained model of our model can be downloaded at https://drive.google.com/drive/folders/1n80O0RIAe4KT08SZG-UK6HsWgD_qouoQ?usp=sharing.
## environment
1. python = Python 3.8.13
2. others packages can be found at requirement.txt
## start
git clone
conda create --name myenv python=3.8.13
conda activate myenv
pip install -r requirement.txt

0 comments on commit 6f4f4f9

Please sign in to comment.