Skip to content

Commit 8ea20a5

Browse files
Fix typos
1 parent 965afe7 commit 8ea20a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Object_detection_webcam.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# Date: 1/20/18
55
# Description:
66
# This program uses a TensorFlow-trained classifier to perform object detection.
7-
# It loads the classifier uses it to perform object detection on a webcam feed.
8-
# It draws boxes and scores around the objects of interest in each frame from
9-
# the webcam.
7+
# It loads the classifier and uses it to perform object detection on a webcam feed.
8+
# It draws boxes, scores, and labels around the objects of interest in each frame
9+
# from the webcam.
1010

1111
## Some of the code is copied from Google's example at
1212
## https://github.com/tensorflow/models/blob/master/research/object_detection/object_detection_tutorial.ipynb

0 commit comments

Comments
 (0)