Git Product home page Git Product logo

viziassist's Introduction

ViziAssist - Your Sixth Sense

Problem

A survey on vision impediments in the population of India found that nearly 40 million people are visually impaired. People with vision defects are unable to confidently set out on the road without the presence of smart guidance softwares to assist them while driving. This problem is further accentuated by the fact that most cars on the road today are not smart cars and fundamentally lack such aforementioned technologies. Thus there exists a gap in the market for a product that assists people with vision impediments in driving , irrespective of the type of car they own.

Solution

ViziAssist, a smart attachment device that uses cameras to detect objects/hurdles in the path of the automobile. This project is different than the existing technologies for a few reasons; it contains an on-board GPU that does extremely fast, real-time processing and the GPU will be trained through machine learning techniques for efficient obstacle detection. This will prove to be a valuable asset in the automation of the automobile sector and can help people with a minor extent of vision defects to drive safely on the road.

Below, is the NVIDIA Jetson Nano; the GPU used for training, testing and validating the data.

How it Works

For this project, imprtant data, lbraries and overall steup of the Jetson Nano can be obtained from the jetson-inference repository, created by NVIDIA. The project is essentially an Object Detection, Computer Vision Problem. So, for this purpose, the MobileNet-SSD-v2 model, pretrained on 91 classes of the MS-COCO Dataset, will be used.

All of files and directories that we used in the project have been uploaded to this Repository Primarily, the detections happen through the detection.py script.

Also added a script that can check the temperature of the CPU and GPU at all time.

Alpha Testing

Below is a brief look at the algorithm doing real-time object detection based on data obtained from the roads of Chandigarh City

Gif

The algorithm has also been tested on the same dataset using the cityscapes image segmentation dataset

Gif

And using the monodepth cityscapes dataset

Gif

Current Status

The device has been successfully deployed in an automobile as seen below :

Update : The device is currently able to correctly present output through LEDs. The real time result of the algorithm can be seen below :

Current_Stage_gif

The device is now in a compact form, with 3D-printed casing :

Implementation Process

Step 1 : Start by setting up the OS for the Jetson Nano. The process for doing the same can be seen at Jetson SDK

Step 2 : After setting up the device, clone the offcial NVIDIA jetson repository

git clone https://github.com/dusty-nv/jetson-inference

Step 3 : Follow the steps specified in the repository for performing Object Detection

Step 4 : In order to perform our object detection, we will be using the MobileNet SSD Inception v2, as mentioned earlier. So, while the process to implement remains the same, we shall be making small changes to the detectnet.py, that is located in the Jetson Inference

Step 5 : To make our device provide real-time output, we attach LEDs to the GPIO pins 11,16,29,31,32 using the appropriate wiring. To use these we will need to run

sudo pip3 install Jetson.GPIO

Step 6 : We now attach the raspberry pi camera to the slot and run the detection using

./detectnet.py --network=ssd-mobilenet-v2 --threshold=0.50 csi://0

viziassist's People

Contributors

parzival7566 avatar vedantdeshmukh1 avatar

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.