We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea20a5 commit dd68f8dCopy full SHA for dd68f8d
Object_detection_video.py
@@ -4,9 +4,9 @@
4
# Date: 1/16/18
5
# Description:
6
# 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.
+# It loads the classifier and uses it to perform object detection on a video.
+# It draws boxes, scores, and labels around the objects of interest in each
+# frame of the video.
10
11
## Some of the code is copied from Google's example at
12
## https://github.com/tensorflow/models/blob/master/research/object_detection/object_detection_tutorial.ipynb
0 commit comments