Giter VIP home page Giter VIP logo

spatial-ai-webinar-repo's Introduction

Spatial AI Webinar Apps

realsense

Spatial AI is the blending of machine learning inferencing with geometric data from sensors, enabling robots, drones or autonomous vehicles to better understand the world around them.

This webinar will focus on a particular sensor called a depth camera which enables a developer to get distances to detected objects and distances between detected objects. Depth Cameras use stereoscopic depth sensing to calculate distances. Stereoscopic vision relies on two parallel cameras, with the sensor calculating depth by estimating disparities between matching key-points in the left and right images from the cameras.

Screen Shot 2020-06-14 at 10 29 02 AM

Use cases for a depth cameras are:

  1. Navigation and Mapping - Where is my robot and how do I move it around
  2. Collision Avoidance - Avoid hitting objects with my robot
  3. Scene Understanding - Where are the objects and how are they moving in relation to my robot and each other
  4. Object Manipulation - Have a robot perform a task like grasp an object

realsense D400 camera family

The alwaysAI API's support Intel's latest depth cameras from their RealSense family the D415, D435 and D435i. All apps within this repo are built on those API’s so you will need a RealSense camera to run them.

Apps

Folder Description
realsense-basics App demonstrate how to start the camera, capture and display color and depth streams from the camera
realsense-distance-between App uses point cloud coordinates to get the distances between detected objects
realsense-object-detector App gets the distances from the camera to the detected objects
realsense-roi App detects objects within a specified region of interest based on distance(s)

Usage

RealSense cameras require a USB 3.x connection. If you've connected to a USB 3.x connection and it still fails, try a different cable.

Use the alwaysAI CLI to build and start these apps on your development host or edge device:

aai app configure
aai app install
aai app start

Support

spatial-ai-webinar-repo's People

Contributors

ericvanbuhler avatar lilamullany avatar sgriset avatar shesh-alwaysai avatar tony-alwaysai avatar tonythetaiga avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spatial-ai-webinar-repo's Issues

Jetson Nano support

I am getting an error related to pycuda on jetson nano. Am I missing anything ?
thanks

$ aai app start
Traceback (most recent call last):
  File "app.py", line 2, in <module>
    import edgeiq
  File "</usr/local/lib/python3.6/site-packages/edgeiq/__init__.py>", line 3, in <module>
  File "<frozen edgeiq>", line 7, in <module>
  File "</usr/local/lib/python3.6/site-packages/edgeiq/object_detection.py>", line 1, in <module>
  File "<frozen edgeiq.object_detection>", line 8, in <module>
  File "</usr/local/lib/python3.6/site-packages/edgeiq/base_service.py>", line 1, in <module>
  File "<frozen edgeiq.base_service>", line 11, in <module>
  File "</usr/local/lib/python3.6/site-packages/edgeiq/_model_wrapper.py>", line 1, in <module>
  File "<frozen edgeiq._model_wrapper>", line 18, in <module>
ModuleNotFoundError: No module named 'pycuda'

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.