Skip to content

Commit a789563

Browse files
committed
Merge remote-tracking branch 'origin/update_readme_instructions'
2 parents b98ac32 + ca8e4fe commit a789563

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## S4A Models
2-
#### Institute of Astronomy, Astrophysics, Space Applications and Remote Sensing (IAASARS), National Observatory of Athens (NOA)
1+
## Sen4AgriNet Models
32

43
**Contributors:** [Sykas D.](https://github.com/dimsyk), [Zografakis D.](https://github.com/dimzog), [Sdraka M.](https://github.com/paren8esis)
54

@@ -22,6 +21,8 @@ Scenario | Train | Test
2221

2322
The input of the PAD models is the median of each month of observations from April through September. The OAD models take as input the aggregated statistics of these observations.
2423

24+
For a full reproduction of the experiments presented in the associated publication, please download the COCO and netCDF files from [this](https://www.dropbox.com/sh/mo02inemclhyeuy/AAAcNxHY75hb4c8oaxI-4Y_ba?dl=0) Dropbox folder. In the same folder you can also find the weights of the trained models.
25+
2526
### Requirements
2627

2728
This repository was tested on:
@@ -95,7 +96,7 @@ Every script inherits settings from the aforementioned files.
9596
#### Using the repo
9697

9798
**Preparation**
98-
1. Run `export_medians_multi.py` to precompute the medians needed for training, validation and testing.
99+
1. (Optional) Run `export_medians_multi.py` to precompute the medians needed for training, validation and testing.
99100
2. If you don't want to use the given COCO files, then export your own using the `coco_data_split.py` script.
100101
3. Uncomment the precomputed class weights in the corresponding section of the configuration file depending on the scenario you are using (or compute your own).
101102
4. Especially for OAD, run `object-based-csv.py` to export the statistics needed for the experiments.

0 commit comments

Comments
 (0)