Using multiple models on the same hailo 8 module

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:

  1. Object detection using the YOLO network.
  2. If a person is detected, the bounding box of the detected person is cropped.
  3. 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

1 Like