MouseChannel / MCHand

Hand recognition Inference SDK🤓🤓
0 stars 0 forks source link

The models of recognition of hand gestures #1

Open scottcali opened 4 months ago

scottcali commented 4 months ago

Hi,

Could you please share The pytorch and onnx models of recognition of hand gestures? how to convert pytorch model to onnx model?

Thanks!

-Scott

MouseChannel commented 4 months ago

Hi,

Could you please share The pytorch and onnx models of recognition of hand gestures? how to convert pytorch model to onnx model?

Thanks!

-Scott

Hi Scott:

Could you please share The pytorch and onnx models of recognition of hand gestures?

Sure! Here is the ONNX file MCHAND-ONNX and you also need to fix the onnx-path here https://github.com/MouseChannel/MCHand/blob/4e75015e82533e7806e9a9923d34093b8476cd46/main.cpp#L35 and also need to change the relative path in CMakeLists.txt to make sure all environment package is set done

how to convert pytorch model to onnx model?

just need to follow the steps in Readme.md

I need more detailed information to resolve the issue you are experiencing,like the error message or something.

-----Have A Nice Day😊