Skip to content

Commit 8fd1c70

Browse files
committed
updated readme with instructions on data_dir
1 parent d145cf5 commit 8fd1c70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ Or, you can use your own dataset (without central crop) by:
5050
$ # example
5151
$ python main.py --dataset=eyes --input_fname_pattern="*_cropped.png" --train
5252

53+
If your dataset is located in a different root directory:
54+
55+
$ python main.py --dataset DATASET_NAME --data_dir DATASET_ROOT_DIR --train
56+
$ python main.py --dataset DATASET_NAME --data_dir DATASET_ROOT_DIR
57+
$ # example
58+
$ python main.py --dataset=eyes --data_dir ../datasets/ --input_fname_pattern="*_cropped.png" --train
59+
60+
5361
## Results
5462

5563
![result](assets/training.gif)

0 commit comments

Comments
 (0)