Skip to content

Commit

Permalink
Add direction in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
fajarnuha committed May 11, 2018
1 parent 892fb79 commit 1e2e70f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ By the end of this process, the code will write the weights of the best model to

It carries out detection on the image and write the image with detected bounding boxes to the same folder.

or you can also detect the whole images in a directory by specifying the directory path (the path should end with "/")

`python predict.py -c config.json -w /path/to/best_weights.h5 -i /path/to/image/folder/`

## Usage for jupyter notebook

Refer to the notebook (https://github.com/experiencor/basic-yolo-keras/blob/master/Yolo%20Step-by-Step.ipynb) for a complete walk-through implementation of YOLOv2 from scratch (training, testing, and scoring).
Expand Down

0 comments on commit 1e2e70f

Please sign in to comment.