Skip to content

Commit

Permalink
Merge pull request thtrieu#374 from hashimock/fix
Browse files Browse the repository at this point in the history
fixed README
  • Loading branch information
abagshaw authored Dec 8, 2017
2 parents 654d66f + bc96651 commit a539083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ options = {"model": "cfg/yolo.cfg", "load": "bin/yolo.weights", "threshold": 0.1

tfnet = TFNet(options)

imgcv = cv2.imread("./sample_img/dog.jpg")
imgcv = cv2.imread("./sample_img/sample_dog.jpg")
result = tfnet.return_predict(imgcv)
print(result)
```
Expand Down

0 comments on commit a539083

Please sign in to comment.