Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where is train source (pytorch) code? #20

Open
jaiminlee opened this issue Oct 11, 2022 · 3 comments
Open

where is train source (pytorch) code? #20

jaiminlee opened this issue Oct 11, 2022 · 3 comments

Comments

@jaiminlee
Copy link

jaiminlee commented Oct 11, 2022

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^^

@geaxgx
Copy link
Owner

geaxgx commented Oct 13, 2022

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

@jingxizc
Copy link

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...

@geaxgx
Copy link
Owner

geaxgx commented Oct 29, 2022

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants