We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fd451 commit a2aa3ecCopy full SHA for a2aa3ec
TFLite_detection_image.py
@@ -39,7 +39,7 @@
39
parser.add_argument('--threshold', help='Minimum confidence threshold for displaying detected objects',
40
default=0.5)
41
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)
+ default='test1.jpg')
43
parser.add_argument('--imagedir', help='Name of the folder containing images to perform detection on. Folder must contain only images.',
44
default=None)
45
0 commit comments