Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pegahkhosravi authored Jan 24, 2019
1 parent d30ffdb commit 1a047a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ To run the STORK framework please see the Flowchart.pdf and follow these steps:

$ python convert.py ../Images/train process/ 0

* Keep the percentage of validation images as 0 because we set 15% for validation inside the code

* It will save converted .tf records in the "process" directory.

6) The Inception-V1 architecture should be run on the Train set images from the "STORK/scripts/slim" directory. First got the the following directory: STORK/scripts/slim. Then open load_inception_v1.sh located in "run/" directory and edit PRETRAINED_CHECKPOINT_DIR,TRAIN_DIR, and DATASET_DIR addresses. See the load_inception_v1.sh, for instance. Then, run the following command in shell script:
Expand Down

0 comments on commit 1a047a7

Please sign in to comment.