Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Stereolabs ZED - 3D Object Detection

This sample shows how to detect and track objects in space.

Getting started

Prerequisites

  • Windows 10, Ubuntu LTS
  • ZED SDK and its dependencies (CUDA)
  • OpenCV python (python -m pip install opencv-python)

Object Detection

Object Detection sample gets and displays detected objects (persons, vehicles) by the camera.

python "object_detection_2d.py"

NOTE: A ZED 2 is required to run use this module.