Giter Club home page Giter Club logo

beingaryan / blind-assistance-object-detection-and-navigation Goto Github PK

View Code? Open in Web Editor NEW
57.0 57.0 91.0 15.29 MB

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 Time Frames to the LAPTOP-BASED WIRELESS NETWORKED SYSTEM. It works on REAL-TIME OBJECT DETECTION using SSD_MOBILENET algorithm and TENSORFLOW APIs . It has a core feature of approximate distance calculation and Voice - Based wireless feedack generation w.r.t the DISTANCE CALCULATION. It makes the work of Blind easy,efficient and reliable by sending wireless Voice based feedback whether the particular object is either too close to him or is it at a safer distance. The same system can be used from Obstacle Detection

Python 100.00%

blind-assistance-object-detection-and-navigation's Introduction

🌈 Hey Profile Visitor πŸ‘€

beingaryan/

Wanna stalk my website:question::point_right: Click Here✨

Who am I:question:

git commit -m "Hello, I'm Pre-Final Year Undergraduate, pursuing Information Technology from VIT"

Where did I work earlier:question::man_technologist:

* Nvidia [Recommendation Systems Intern]
* Indian Institute of Technology, Kharagpur [Natural Language Processing Intern]
* Tata Communications [Deep Learning Intern]
* The Robotics Forum [ML Developer]
* GedIT Club [ML Trainer]

-->

What can I help with:question::cyclone:

"Pretty much ML/DL stuffs and interesting Project Ideas!" 😁

How to connect with me:question::email:

⭐ Mail
⭐ Instagram
⭐ LinkedIn
⭐ Medium

πŸ‘‡ Support me here!

Buy Me A Coffee

Languages and Tools:

C C++ Python MySql TensorFlow Git Convolutional Neural Networks


Aryan Gupta’s GitHub activity graph


blind-assistance-object-detection-and-navigation's People

Contributors

beingaryan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

blind-assistance-object-detection-and-navigation's Issues

TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

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) open VIDEOIO(V4L2:/dev/video0): can't open camera by index
2021-07-01 10:37:25.471802: I tensorflow/compiler/jit/xla_cpu_device.cc:41] Not creating XLA devices, tf_xla_enable_xla_devices not set
2021-07-01 10:37:25.472225: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: SSE4.1
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2021-07-01 10:37:25.481073: I tensorflow/core/common_runtime/process_util.cc:146] Creating new thread pool with default inter op setting: 2. Tune using inter_op_parallelism_threads for best performance.
Traceback (most recent call last):
File "web_object_detection.py", line 177, in
(boxes, scores, classes, num_detections) = sess.run(
File "/home/usama/anaconda3/lib/python3.8/site-packages/tensorflow/python/client/session.py", line 967, in run
result = self._run(None, fetches, feed_dict, options_ptr,
File "/home/usama/anaconda3/lib/python3.8/site-packages/tensorflow/python/client/session.py", line 1160, in _run
np_val = np.asarray(subfeed_val, dtype=subfeed_dtype)
File "/home/usama/anaconda3/lib/python3.8/site-packages/numpy/core/asarray.py", line 102, in asarray
return array(a, dtype, copy=False, order=order)
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

Installing requirements.txt

$ pip install -r requirements.txt
ERROR: Invalid requirement: 'Protobuf 3.0.0' (from line 13 of requirements.txt)

Issue with protoc

'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 there any problem please tell me!!

Error regarding module not found.

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'
Screenshot 2023-04-05 172946

Error

Protocol message object_detection.protos.StringIntLabelMapItem has no non-repeated field "frequency".please help me solve this error..asap

Android

Can you please elaborate on how to integrate it to an android app ?

Error Execution

While executing the webcam_blind_voice.py inspite of installing all the required packages an error is raised saying no module found named object_detection

Object detection

can you please tell me how to install Packages and what tools are you used.In you tube the video is not clear i am not able to follow that can you please suggest mePlease help me

error in this block how to solve this please reply fast

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 <cell line: 2>()
4 with tf.io.gfile.GFile(PATH_TO_CKPT, 'rb') as fid:
5 serialized_graph = fid.read()
----> 6 od_graph_def.ParseFromString(serialized_graph)
7 tf.import_graph_def(od_graph_def, name='')

DecodeError: Error parsing message with type 'tensorflow.GraphDef'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.