Hi @DevPhamPham ,
You can check out: hailo-rpi5-examples/community_projects/detection_cropper at main · hailo-ai/hailo-rpi5-examples · GitHub
This application demonstrates a cascading TAPPAS pipeline using the Hailo cropper pipeline element. The pipeline performs the following steps:
- Object detection using the YOLO network.
- If a person is detected, the bounding box of the detected person is cropped.
- The cropped bounding box is sent to a depth estimation network.
For more details, please have a look here: tappas/README.rst at master · hailo-ai/tappas · GitHub