Real_time_Object_detection_TF icon indicating copy to clipboard operation
Real_time_Object_detection_TF copied to clipboard

This is an implementation of tensor flow object detection API for running it in Real time through Webcam

Results 5 Real_time_Object_detection_TF issues
Sort by recently updated
recently updated
newest added

ImportError: DLL load failed: The specified module could not be found.

While running object_detection_tutorial.py it is showing below error File "C:\object_detection\object_recognition_detection\object_detection_tutorial.py", line 68, in od_graph_def = tf.GraphDef() AttributeError: module 'tensorflow' has no attribute 'GraphDef'

It gives me error "object_detection/protos/*.proto: No such file or directory" But im correctly doing same steps as u shown on video

Hello, Can you explain me how i can Print the Score and The name in the Console output ? like : Print (score)

Traceback (most recent call last): File "C:/Users/jaysh/Downloads/Real_time_Object_detection_TF-master/object_recognition_detection/object_detection_webcam.py", line 69, in label_map = label_map_util.load_labelmap(PATH_TO_LABELS) File "C:\Users\jaysh\Downloads\Real_time_Object_detection_TF-master\object_recognition_detection\utils\label_map_util.py", line 120, in load_labelmap text_format.Merge(label_map_string, label_map) File "C:\Anaconda3\lib\site-packages\google\protobuf\text_format.py", line 472, in Merge text.split('\n'), TypeError: a...