Im trying to detect objects in realtime using tensorflow. . I ran jupyter notebook
in object_detection
directory. then I opened the notebook file. It is firing the following error
Im getting the following error
---------------------------------------------------------------------------
ImportError Traceback (most recent call last) <ipython-input-7-956de605e8fe> in <module>()
----> 1 from utils import label_map_util
2
3 from utils import visualization_utils as vis_util
C:UsersDocumentsmodels-mastermodels-masterobject_detectionutilslabel_map_util.py in <module>()
20 import tensorflow as tf
21 from google.protobuf import text_format
---> 22 from object_detection.protos import string_int_label_map_pb2
23
24
ImportError: cannot import name 'string_int_label_map_pb2'
How do I do object detection realtime using tensorflow in windows?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…