Skip to content

Commit dd68f8d

Browse files
Fix typo
1 parent 8ea20a5 commit dd68f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Object_detection_video.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# Date: 1/16/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 video.
8-
# It draws boxes and scores around the objects of interest in each frame
9-
# of the video.
7+
# It loads the classifier and uses it to perform object detection on a video.
8+
# It draws boxes, scores, and labels around the objects of interest in each
9+
# frame of the video.
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)