This sample shows how to detect and track objects in space.
- First, download the latest version of the ZED SDK on stereolabs.com.
- For more information, read the ZED API documentation.
- Windows 10, Ubuntu LTS
- ZED SDK and its dependencies (CUDA)
- OpenCV python (
python -m pip install opencv-python
)
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.