Skip to content

Commit 7dc9ceb

Browse files
save code output for readme
1 parent b3856b7 commit 7dc9ceb

8 files changed

+1
-1
lines changed
Loading

object_detection/cat.mp4

1.55 MB
Binary file not shown.

object_detection/object_detection_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def load_image_into_numpy_array(image):
110110
detection_classes = detection_graph.get_tensor_by_name('detection_classes:0')
111111
num_detections = detection_graph.get_tensor_by_name('num_detections:0')
112112

113-
video_path = '/home/prasad/Downloads/travel.mp4'
113+
video_path = 'cat.mp4'
114114
cap = cv2.VideoCapture(video_path)
115115
ret = True
116116

object_detection/protos/__init__.pyc

100755100644
80 Bytes
Binary file not shown.

object_detection/protos/string_int_label_map_pb2.pyc

100755100644
240 Bytes
Binary file not shown.

object_detection/utils/__init__.pyc

100755100644
80 Bytes
Binary file not shown.

object_detection/utils/label_map_util.pyc

100755100644
720 Bytes
Binary file not shown.

object_detection/utils/visualization_utils.pyc

100755100644
1.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)