Skip to content

Commit 2b4e213

Browse files
Update benchmarks.py
1 parent 9ac8ce0 commit 2b4e213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
flags.DEFINE_string('framework', 'tf', '(tf, tflite, trt')
1616
flags.DEFINE_string('model', 'yolov4', 'yolov3 or yolov4')
1717
flags.DEFINE_string('weights', './data/yolov4.weights', 'path to weights file')
18-
flags.DEFINE_string('image', './data/kite.jpg', 'path to input image')
18+
flags.DEFINE_string('images', './data/images/kite.jpg', 'path to input image')
1919
flags.DEFINE_integer('size', 416, 'resize images to')
2020

2121

0 commit comments

Comments
 (0)