Skip to content
Snippets Groups Projects
Commit 99fa219e authored by José Luis Holgado Álvarez's avatar José Luis Holgado Álvarez
Browse files

Update README.md

parent 33a1e199
No related branches found
No related tags found
No related merge requests found
......@@ -61,26 +61,31 @@ The script `data_creator.py` expects the following command line arguments:
* `--kernel` patch size, by default 128
* `--offset` padding value, by default 0
* `--stride` stride value, by default 10
* * execution example: `python data_creator.py `
## Training
execution example: `python train.py --dataroot /patches --dataset /train_set/patch_coords.json --name S2_NET_001`
The script `train.py` expects the following command line arguments:
* `--dataset` specify the path to the trainset json file
* execution example: `python train.py --dataroot /patches --dataset /train_set/patch_coords.json --name S2_NET_001`
## Test
execution example: `python test.py --dataroot /patches --dataset /test_set/patch_coords.json --name S2_NET_001 --results_dir /results`
The script `test.py` expects the following command line arguments:
* `--dataset` specify the path to the testset json file
* `--results_dir` specify the path to the output directory
* `--results_dir` specify the path to the output directory
* execution example: `python test.py --dataroot /patches --dataset /test_set/patch_coords.json --name S2_NET_001 --results_dir /results`
## Evaluation
The script `evaluation.py` expects the following command line arguments:
* `--dataset` specify the path to the evaluationtset json file
* `--results_dir` specify the path to the output directory created by test.py
* `--date` select the date when the experiment test.py was performed
* `--experiment_n` specify the experiment id [int]
* execution example: `python evaluation.py `
## Base options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment