You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,15 +82,14 @@ Every script inherits settings from the aforementioned files.
82
82
1. Run `export_medians_multi.py` to precompute the medians needed for training, validation and testing.
83
83
2. If you don't want to use the given COCO files, then export your own using the `coco_data_split.py` script.
84
84
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).
85
-
4. If you want to use a fixed window containing the months April through September, check out the branch `use_fixed_window`.
86
-
5. Especially for OAD, run `object-based-csv.py` to export the statistics needed for the experiments.
85
+
4. Especially for OAD, run `object-based-csv.py` to export the statistics needed for the experiments.
87
86
88
87
**For PAD:**
89
88
1. Run `pad_experiments.py` with the appropriate arguments. Example:
The above command is for training the **ConvLSTM** model using the **weighted parcel loss** described in the associated publication. Training will continue for **10 epochs** with **batch size 32**, using the Sentinel-2 **bands Blue (B02), Green (B03), Red (B04) and NIR (B08)**. The **input image size is 61x61**, the **precomputed medians are used** to speed up training and all input data are **normalized**. The **window length is 12**, including all months. Please use the `--help` argument to find information on all available parameters.
92
+
The above command is for training the **ConvLSTM** model using the **weighted parcel loss** described in the associated publication. Training will continue for **10 epochs** with **batch size 32**, using the Sentinel-2 **bands Blue (B02), Green (B03), Red (B04) and NIR (B08)**. The **input image size is 61x61**, the **precomputed medians are used** to speed up training and all input data are **normalized**. Finally, a **fixed window** is used containing months 4 (April) through 9 (September). Please use the `--help` argument to find information on all available parameters.
94
93
2. Optionally, after training run `visualize_predictions.py` to visualize the image, ground truth and prediction for a specific model and image.
0 commit comments