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 965afe7 commit 8ea20a5Copy full SHA for 8ea20a5
Object_detection_webcam.py
@@ -4,9 +4,9 @@
4
# Date: 1/20/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 webcam feed.
8
-# It draws boxes and scores around the objects of interest in each frame from
9
-# the webcam.
+# It loads the classifier and uses it to perform object detection on a webcam feed.
+# It draws boxes, scores, and labels around the objects of interest in each frame
+# from the webcam.
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