Blind-Assistance-Object-Detection-and-Navigation
Blind-Assistance-Object-Detection-and-Navigation copied to clipboard
This is a vision enhancer based module specifically for the BLIND VICTIMS. The system is designed in such a way in which the blind person can take the help of THIRD PARTY APPLICATION which sends Real...
'protoc' is not recognized as an internal or external command, operable program or batch file. I'm still having this error after I did same thing you did in video Is...
$ pip install -r requirements.txt ERROR: Invalid requirement: 'Protobuf 3.0.0' (from line 13 of requirements.txt)
File "c:\Users\KIIT\OneDrive\Desktop\study\project\object_detection_with_voice_feedback\models\research\object_detection\webcam_blind_voice.py", line 2, in from utils import visualization_utils as vis_util File "c:\Users\KIIT\OneDrive\Desktop\study\project\object_detection_with_voice_feedback\models\research\object_detection\utils\visualization_utils.py", line 41, in from object_detection.core import keypoint_ops ModuleNotFoundError: No module named 'object_detection' 
https://youtu.be/oMpxDiazOgM
detection_graph = tf.Graph() with detection_graph.as_default(): od_graph_def = tf.compat.v1.GraphDef() with tf.io.gfile.GFile(PATH_TO_CKPT, 'rb') as fid: serialized_graph = fid.read() od_graph_def.ParseFromString(serialized_graph) tf.import_graph_def(od_graph_def, name='') DecodeError Traceback (most recent call last) Input In [280], in ()...
Error
Protocol message object_detection.protos.StringIntLabelMapItem has no non-repeated field "frequency".please help me solve this error..asap
Hi! I have followed the same procedure mentioned in your blog post, saved the code in a file named 'web_object_detection.py, but got the following error: _[ WARN:0] global /tmp/pip-req-build-13uokl4r/opencv/modules/videoio/src/cap_v4l.cpp (890)...