Skip to content

Commit

Permalink
updated readme with instructions on data_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Apr 6, 2018
1 parent d145cf5 commit 8fd1c70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -50,6 +50,14 @@ Or, you can use your own dataset (without central crop) by:
$ # example
$ python main.py --dataset=eyes --input_fname_pattern="*_cropped.png" --train

If your dataset is located in a different root directory:

$ python main.py --dataset DATASET_NAME --data_dir DATASET_ROOT_DIR --train
$ python main.py --dataset DATASET_NAME --data_dir DATASET_ROOT_DIR
$ # example
$ python main.py --dataset=eyes --data_dir ../datasets/ --input_fname_pattern="*_cropped.png" --train


## Results

![result](assets/training.gif)
Expand Down

0 comments on commit 8fd1c70

Please sign in to comment.