depthai_hand_tracker icon indicating copy to clipboard operation
depthai_hand_tracker copied to clipboard

Running Google Mediapipe Hand Tracking models on Luxonis DepthAI hardware (OAK-D-lite, OAK-D, OAK-1,...)

Results 11 depthai_hand_tracker issues
Sort by recently updated
recently updated
newest added

I wanted to implement custom_model according to your instructions, but the following error occurred when converting to openvino How did you solve it, could you help me? ``` [ ERROR...

Hello. Sir I want to install in hailo-8 ai process. so. I am gonna make onnx to har to hef. how to get training source code? Is this to get...

Hello,handslandmark detection network is perfect,so fast and so accurate,But because it relies on data sets that are bare hands without gloves.When the hands it detects wear gloves, the effect is...

![python_5mxGY8YrIf](https://github.com/geaxgx/depthai_hand_tracker/assets/170311/5e0407cf-1649-49ac-b5d2-bc06743e3b65) the code cost much time: examples/3d_visualization/o3d_utils.py:192 os:win10 python:3.9 open3d:0.18.0

# Error When running `demo.py` in edge mode, as soon as a detected hand is close from the camera (≈ 30 cm), I got the following crash: ``` [1844301091BC331300] [20.1]...

Hi @geaxgx great work !!! I wondering if you could help. I am trying to run the demo.py with -90 degree rotation of the camera. I added following lines of...

I installed requirements and trying run python3 demo.py. Then show: *Palm detection blob : /home/ubuntu/Desktop/research/hand/depthai_hand_tracker/models/palm_detection_sh4.blob Landmark blob : /home/ubuntu/Desktop/research/hand/depthai_hand_tracker/models/hand_landmark_lite_sh4.blob Traceback (most recent call last): File "./demo.py", line 59, in tracker...

Hello, I'm building an application for which I'd like to be able to switch between an OAK-D S2 and a standard, laptop integrated webcam. It is my understanding that it...

Hey, I have a simple question regarding the -xyz mode: Am I correct in the assumption that one only gets the coordinate of the wrist in the camera space coordinate...

Hi @geaxgx , Thanks For all your work to convert mediapipe handtracker flow to OAK device, This saved a lot of time for me. I'm working on depthai unity with...