Git Product home page Git Product logo

jetson_vision_oas's Introduction

Object Detection & Avoidance with 1D Lidar using Nvidia Jetson

Intro

The goal of this project is to implement object detection using deep learning model provided by TensorFlow and integrate 1D lidar detection info to the output result. The output is sent through CAN or ethernet depending on the avaialble peripherals.

In order to optimize detection speed, TensorRT (inference optimizer and runtime engine) is implemented to take advantage of the embedded GPU from Jetson boards. TensorRT Document

Model

The detection model used in this project is SSD MobileNet V2 Coco that can be downloaded from Tensorflow 1.x Zoo

Read more on SSD MobileNet here

A version of SSD_MobileNet_V2_COCO is provided in ssd_mobilenet_v2_coco folder.

Set-up Requirement

Refer to Jetpack-TF Installation Guide

Build

a. Create Inference Engine with Python

Run object_detection/build_engine.py, and a object_detection/TRT_ssd_mobilenet_v2_coco.bin file will be generated in object_detection/ssd_mobilenet_v2_coco folder. This file is only needed to generated once unless using new frozen model or changes made in build script.

b. Deployment

  • Run the sample object_detection/detect_objects.py script to deploy the tensorrt inference solution.
  • This script reads live images from webcam and draw bounding box in detected object to display. The SSD_MobileNet_V2_COCO can detect up to 91 categories, but the interested categories are limited to ['person', 'car', 'bus', 'truck']. See object_detection/coco_classes.py for more info.

References

jetson_vision_oas's People

Watchers

 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.