Hi All,
I'm currently working on eIQ example with face_recognition demo on the i.MX 8M Mini board with Yocto image flashed on it. Here the face_recognition is working fine for me.
I need the same(face recognition) or any other sample demos like (object_detection or gesture_detection) to work with my Android image for imx8mm board. Can you please help me with this.
Thanks in Advance.
Hi,
Too late for this sub. I'm currently working on the i.MX93 board.
I'm using eiq python examples as face recognition demo.
root@imx93evk:/usr/bin/eiq-examples-git/face_recognition#
Here I'm running the python demo python3 main.py -i /dev/video0 on the weston command with the linux remote desktop application(Remmina).
weston --backend=rdp-backend.so --rdp-tls-cert=/usr/bin/server.crt --rdp-tls-key=/usr/bin/server.key &
And the demo is running successfully but the issue is that while running the python3 is occupying more memory(maximum 90%) on the CPU. What is the reason for the issue. Find the below top command log for your reference.
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2282 root 20 0 724544 127936 86924 S 89.8 6.6 1:38.71 python3
Is there any possible way to run this demo on NPU. Please help me to fix out the issue.
Thanks in Advance.
Hello,
You can follow the machine learning user guide, steps by steps to have object detection and gesture detection.
Regards
Thank you for the reply,
I'll sure shot try the object detection and gesture detection demos too. But the main requirement we need to work is face recognition demo. Is there any way to run the face recognition on NPU.
Kindly help me with this query.