Reusing your custom onnx #97
Unanswered
Schlockschlock
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm starting to learn Python and I'm trying to do myself a hcaptcha solver like you, for training. For the "new" challenges (bridge, rooms, horses, etc.) I understand that you're using custom trained models (bridge.onnx, lions.onnx, etc.). So I would like to reuse those custom ONNX file for the specific challenges. That's why I'm trying to read your code to find the 2 most important parts:
As far as I understand, those 2 functions are located in the /src/services/hcaptcha_challenger/solutions/yolo.py right?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions