Can't find Hailomux

I am trying to run the tappas/apps/h8/gstreamer/general/face_recognition/ face_recognition.sh and save_faces.sh but it just continues to say that I don’t have hailomux. However I don’t seem to be able to find where I could install hailomux.
image

Hi @samjang9509,
Are you running it from a Suite docker or from the TAPPAS git you cloned?

Regards,

Hi @Omer
I am running it from TAPPAS, and I thought I downloaded every necessary plugins but I seem to have missed something.

I git cloned it from the hailo-ai github, and am using the lastest commit from the master branch.

Hi @samjang9509,
In general, we recommend to work from the Suite Docker as it contains all the necessary elements and packages.
This is the hierarchy for the Hailomuxer:

Can you check if you have all the ancestors elemets installed?

Are you using RPI or regular H8?

Regards,

Hi @Omer ,
Currently I can’t use docker, as I need to test if it runs without Docker. I have checked out some things and I seem to need to install the hailotools which I don’t seem to be able to find.

I am using regular H8 M.2

Regards,

Hi @samjang9509,
These are the general instructions for the hailotools:

Also, in the git, you suppose to have the gsthailotools.cpp under core/hailo/plugins/ or, if you are not using x86 platform, you need to cross compile it using tools/cross_compiler/cross_compile_gsthailotools.py

Regards,

Hi @Omer,

I have tried cross_compile_gsthailotools.py in order to compile the file. However once I ran the file using “python3 cross_compile_gsthailotools.py”, even with sudo, yet it gives me an error saying it isn’t able to import name ‘extract_and_install_toolchain’ from common which is the common.py file in the same directory as cross_compile_gsthailotools.py.

I have checked the common.py file and yet I wasn’t able to fine the extract_and_install_toolchain def

Regards,

Hi @samjang9509,
You are right. I think this is a bug in the TAPPAS. I’ll take it with the R&D. Unfortunately I don’t have a current WA for you other than using the Suite Docker.

Regards,

Hi @Omer,

Thank you for your kind reply
I will try to look for a solution as well!

Best Regards,

Hi @Omer,
Just wanted to ask if it is possible to get Suite Docker’s Dockerfile as the file itself. I hoped to use the hailomuxer which seems to have a defect when we try to install it, and it seems to work fine on the Docker provided. However I wish to make some modifications on the Dockerfile if I was able to get the Dockerfile itself.

Regards,