Skip to content

Commit bc96651

Browse files
author
kazuyuki
committed
fixed README around
1 parent cded01a commit bc96651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ options = {"model": "cfg/yolo.cfg", "load": "bin/yolo.weights", "threshold": 0.1
248248

249249
tfnet = TFNet(options)
250250

251-
imgcv = cv2.imread("./sample_img/dog.jpg")
251+
imgcv = cv2.imread("./sample_img/sample_dog.jpg")
252252
result = tfnet.return_predict(imgcv)
253253
print(result)
254254
```

0 commit comments

Comments
 (0)