depthai_hand_tracker icon indicating copy to clipboard operation
depthai_hand_tracker copied to clipboard

where is train source (pytorch) code?

Open jaiminlee opened this issue 1 year ago • 3 comments

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 possible ? Thank you^^

jaiminlee avatar Oct 11 '22 06:10 jaiminlee

There is no training code as the models used in this repo are converted from the original Mediapipe tflite models, using the tools made by PINTO. From the PINTO's model zoo, you can download an ONNX version of the models: https://github.com/PINTO0309/PINTO_model_zoo/tree/main/033_Hand_Detection_and_Tracking

I am not familiar with hailo-8 ai process but I see there is already a hef file for the hand landmark model in the hailo model zoo: https://github.com/hailo-ai/hailo_model_zoo/blob/master/docs/PUBLIC_MODELS.rst#hand-landmark-detection

geaxgx avatar Oct 13 '22 09:10 geaxgx

There is no training code as the models used in this repo are converted from the original Mediapipe tflite models, using the tools made by PINTO. From the PINTO's model zoo, you can download an ONNX version of the models: https://github.com/PINTO0309/PINTO_model_zoo/tree/main/033_Hand_Detection_and_Tracking

I am not familiar with hailo-8 ai process but I see there is already a hef file for the hand landmark model in the hailo model zoo: https://github.com/hailo-ai/hailo_model_zoo/blob/master/docs/PUBLIC_MODELS.rst#hand-landmark-detection

hello, sir, perfect project, I just want to konw , which palm model and hand landmark model do you use? I see https://github.com/PINTO0309/PINTO_model_zoo/tree/main/033_Hand_Detection_and_Tracking , has so many models...

jingxizc avatar Oct 28 '22 07:10 jingxizc

@jingxizc In my repo, I am not directly using the blobs that you can download from https://github.com/PINTO0309/PINTO_model_zoo/tree/main/033_Hand_Detection_and_Tracking Instead, I am using PINTO's tool tflite2tensorflow to generate myself the blobs from the mediapipe tflite files following the method described here: https://github.com/geaxgx/depthai_hand_tracker#mediapipe-models

geaxgx avatar Oct 29 '22 06:10 geaxgx