Skip to content

Commit 0da1a68

Browse files
committed
fixing image path
1 parent bff3eae commit 0da1a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utils/tf_iou.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Usage:
1111
python tf_iou.py --model_name=building_od_ssd \
1212
--path_to_label=data/building_od.pbtxt\
13-
--test_image_path=test_test
13+
--test_image_path=images/test
1414
"""
1515

1616
import os

0 commit comments

Comments
 (0)