Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 2.65 KB

3_6_stereolabs_examples.md

File metadata and controls

56 lines (49 loc) · 2.65 KB

ZED SDK (Stereolabs)でのサンプル

実績のある3Dカメラでは、それらを使うサンプルスクリプトがあらかじめGithub上に公開している。 ユースケースによっては、そのサンプルで足りる場合もあるだろう。 それ以外の場合には、これらのサンプルを元に、改変すればいいだろう。

  • 例:yoloX, yolov9への変更
  • 例:顔検出・顔照合ライブラリの利用の追加実装、人物検出との紐付け

copied from https://github.com/stereolabs/zed-sdk

  • ./body tracking/body tracking/python Intel(R) RealSense(TM) ROS person detection and tracking

  • ./body tracking/export/JSON export/python

  • ./body tracking/multi-camera/python

  • ./camera control/python

  • ./camera streaming/receiver/python

  • ./camera streaming/sender/python

  • ./depth sensing/automatic region of interest/python

  • ./depth sensing/depth sensing/python

  • ./depth sensing/multi camera/python

  • ./global localization/live/python

  • ./global localization/playback/python

  • ./global localization/recording/python

  • ./object detection/birds eye viewer/python

  • ./object detection/concurrent detections/python

  • ./object detection/custom detector/python

  • ./object detection/custom detector/python/pytorch_yolov5

RealSense Depth Sensing Object Detection with YOLOv5

  • ./object detection/custom detector/python/pytorch_yolov8 RealSenseセンサとYOLO7を用いた物体認識

  • ./object detection/image viewer/python

  • ./plane detection/plane detection/python

  • ./positional tracking/positional tracking/python

  • ./recording/export/sensors/python

  • ./recording/export/svo/python

  • ./recording/playback/external_data/python

  • ./recording/playback/mono/python

  • ./recording/recording/external_data/python

  • ./recording/recording/mono/python 対応するRealSenseの例

  • https://github.com/IntelRealSense/librealsense/tree/master/examples/capture

  • ./spatial mapping/spatial mapping/python

  • ./tutorials/tutorial 1 - hello ZED/python

  • ./tutorials/tutorial 2 - image capture/python

  • ./tutorials/tutorial 3 - depth sensing/python

  • ./tutorials/tutorial 4 - positional tracking/python

  • ./tutorials/tutorial 5 - spatial mapping/python

  • ./tutorials/tutorial 6 - object detection/python

  • ./tutorials/tutorial 7 - sensor data/python

  • ./tutorials/tutorial 8 - body tracking/python

  • ./tutorials/tutorial 9 - global localization/python