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

Update README.md

......@@ -40,24 +40,49 @@ including 2 pilot sites, and each site consists of a ground truth map (labeled c
## dataset repository
[Our repository](https://tubcloud.tu-berlin.de/s/BQDWwwcFEkotHJ9)
## Data creation
The script `data_creator.py` expects the following command line arguments:
* '--band3'
* '--band4'
* '--parent_dir_tile'
* '--test_dir'
* '--train_dir'
* '--eval_dir'
* '--gt'
* '--A'
* '--B'
* '--city'
* '--custom_filter_active'
* '--filter_value'
* '--kernel'
* '--offset'
* '--stride'
## Training
The script `train.py` expects the following command line arguments:
* `-r`, `--tf_record`: `TFRecord` file(s) for training.
*
*
*
* '--dataset'
## Test
The script `test.py` expects the following command line arguments:
*
*
*
* '--dataset'
* '--results_dir'
## Evaluation
The script `evaluation.py` expects the following command line arguments:
* '--dataset'
* '--results_dir'
* '--date'
* '--experiment_n'
## Base options
The general configurations by found under base_options expects the following command line arguments:
*
*
*
* '--dataroot'
* '--name'
## Authors
**Jose Luis Holgado Alvarez**
......
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