Tappas example: detection.sh fails due to no element “hailofilter”

Hi All. I am trying to run the TAPPAS examples. I tried multiple of them. Most of them get the error message: WARNING: erroneous pipeline: no element “hailofilter”

I am using an x86 board Tiger Lake i7 with Hailo8.

Trying to run the examples with the provided tappas container.

Any suggestions?

Thanks
Alex

Here is the example I am trying and the output I am getting:

hailo@alex-cExpress-TL:/local/workspace/tappas/apps/h8/gstreamer/general/detection$ ./detection.sh
Running yolov8m
gst-launch-1.0 filesrc location=/local/workspace/tappas/apps/h8/gstreamer/general/detection/resources/detection.mp4 name=src_0 ! decodebin ! queue leaky=no max-size-buffers=30 max-size-bytes=0 max-size-time=0 ! videoscale qos=false n-threads=2 ! video/x-raw, pixel-aspect-ratio=1/1 ! queue leaky=no max-size-buffers=30 max-size-bytes=0 max-size-time=0 ! videoconvert n-threads=2 qos=false ! queue leaky=no max-size-buffers=30 max-size-bytes=0 max-size-time=0 ! hailonet hef-path=/local/workspace/tappas/apps/h8/gstreamer/general/detection/resources/yolov8m.hef batch-size=1 nms-score-threshold=0.3 nms-iou-threshold=0.45 output-format-type=HAILO_FORMAT_TYPE_FLOAT32 ! queue leaky=no max-size-buffers=30 max-size-bytes=0 max-size-time=0 ! hailofilter function-name=yolov8m so-path=/local/workspace/tappas/apps/h8/gstreamer/libs/post_processes//libyolo_hailortpp_post.so config-path=null qos=false ! queue leaky=no max-size-buffers=30 max-size-bytes=0 max-size-time=0 ! hailooverlay qos=false ! queue leaky=no max-size-buffers=30 max-size-bytes=0 max-size-time=0 ! videoconvert n-threads=2 qos=false ! queue leaky=no max-size-buffers=30 max-size-bytes=0 max-size-time=0 ! fpsdisplaysink video-sink=xvimagesink text-overlay=false name=hailo_display sync=false
WARNING: erroneous pipeline: no element “hailofilter”
hailo@alex-cExpress-TL:/local/workspace/tappas/apps/h8/gstreamer/general/detection$

Figured it out, had to run: hailo@alex-cExpress-TL:/local/workspace/tappas$ ./scripts/gstreamer/install_hailo_gstreamer.sh to get it working.

scripts folder has a few installation files,

  1. Did you install all of them?
  2. did it matter the order which you install them? In terms of dependencies
    image