We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d145cf5 commit 8fd1c70Copy full SHA for 8fd1c70
README.md
@@ -50,6 +50,14 @@ Or, you can use your own dataset (without central crop) by:
50
$ # example
51
$ python main.py --dataset=eyes --input_fname_pattern="*_cropped.png" --train
52
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
61
## Results
62
63

0 commit comments