How to access the last version of tappas installer Zip file?

Hi,

In the TAPPAS User Guide (version 5.2), it is mentioned that we should download the tappas_version_linux_installer ZIP file from the Hailo Developer Zone and then follow the remaining steps. However, my concern is that there is no 5.2 ZIP file available there, and the newest version I can find is 3.31.

Q1: Can I clone the TAPPAS repository instead of using the ZIP file?

Q2: What is the difference between the Hailo Apps and TAPPAS repositories?

I want to run the tiling application, and I noticed that TAPPAS includes the ssd_mobilenet_v1_visdrone model, which was used for a hackathon and reportedly achieved significant results. However, Hailo Apps only provides a YOLOv8n model. Is this model as good as the older one, or does it have different trade-offs?

Hi @Zara_Ai

  1. It’s possible to clone Tappas repo and build from source.
  2. For 5.2 in Dev Zone downloads filter by Hailo 10H & Example applications - please let me know if this worked for you.
  3. Hailo-Apps are example applications, and the pipeline applications there running Tappas inside, for example: hailo-apps/hailo_apps/python/pipeline_apps/tiling at main · hailo-ai/hailo-apps · GitHub
  4. The tiling pipeline is explicitly designed around hailo_yolov8n_4_classes_vga as a default model optimized for aerial/small-object detection.

Thanks,

1 Like