Skip to content

Commit a2aa3ec

Browse files
Add default image
1 parent c0fd451 commit a2aa3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TFLite_detection_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
parser.add_argument('--threshold', help='Minimum confidence threshold for displaying detected objects',
4040
default=0.5)
4141
parser.add_argument('--image', help='Name of the single image to perform detection on. To run detection on multiple images, use --imagedir',
42-
default=None)
42+
default='test1.jpg')
4343
parser.add_argument('--imagedir', help='Name of the folder containing images to perform detection on. Folder must contain only images.',
4444
default=None)
4545

0 commit comments

Comments
 (0)