- HSV Filter to recognize objects by their color (CART4.0)
- Volume estimation for objects (CART4.0)
- Object recognition (CART4.0)
-
Connect the Orbbec or webcam and ensure it is recognized as
/dev/video0.
If you cannot find/dev/video0, try reconnecting the camera or rebooting the system. -
Open a terminal.
-
Navigate to the
hailo-rpi5-examplesdirectory. -
Run the environment setup script:
source setup_env.sh -
Run the detection script:
python detection.py --labels-json resources/person-labels.json --hef-path resources/yolov8s_h8l.hef --input /dev/video0
Make sure your RealSense camera is connected and recognized via ROS.
Run the volume estimation script:
python3 volume_test.pyEnsure the RealSense camera is properly connected.
Run the HSV color segmentation script:
python3 color_segmentation.py