-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# SaliencyMap | ||
|
||
CMIPS5 datasets need to download from NASA (https://registry.opendata.aws/nasanex/) | ||
To preprocess data, run preprocessdata.py | ||
To get results using comparison methods, run rivers.py | ||
To get results using the CNN methods, run train_cnn.py | ||
To plot figures, run plot_main_figures.ipynb |