Overview of the Detection Cropper application
mainThe Detection Cropper application demonstrates a cascading TAPPAS pipeline using the Hailo cropper pipeline element. The pipeline follows this logic:
- Object Detection: Uses a YOLO network to detect objects.
- Cropping: If a person is detected, the application crops the bounding box of that person.
- Depth Estimation: The cropped image is passed to a depth estimation network (supporting
scdepthv3relative depth).
This project also demonstrates how to modify and compile C++ post-processing scripts used to control how the hailocropper crops detections, which is a common pattern for native C++ post-processing in Hailo pipelines.