Hello everyone. Trying to do a project with hand tracking on the pi 5 but can’t figure it out. Anyone know how i would start?
Hi @user91
You can try using our PySDK for this purpose. In fact, we have a model for hand detection as well. Please see hailo_examples/examples/object_tracking.ipynb at main · DeGirum/hailo_examples on how to use tracker. Let me know if you need further help.
Hey Shashi thanks for getting back to me! I am following the github instructions and I have installed the hailo_examples directory, ran the environment setup, installed DeGirum CLI and the installation bar appeared and ran. But when i run degirum_cli --help, it says |bash: degirum_cli: command not found|. Im updated to python 3.11. And when i run sudo systemctl enable --now hailort.service it returns empty. Not sure what i need to do next.
Hi @user91
Can you run degirum sys-info
in terminal and let me know the output?
still saying command not found.
Hi @user91
This means that the package itself is not installed. Can you please check the terminal output when you tried to install degirum_cli
. You can also try to just install degirum
to see if it is installed properly.
Ok I reran the installation, its coming up now. Gonna mess with it and see what I can get out of it. Will keep you updated. Thanks!
Which command would i use to run object_tracking.ipynb?
@user91
There is no command as such. Please see the jupyter notebook link I shared above.
is there a finger tracking script?
Hi @user91
You need an appropriate model for such a task. Once the model is there, tracking is relatively straightforward.
Ok, i’ve been reading these files not exactly sure how to get started here.