CaptchaAgent / hcaptcha-model-factory

🏗 hCaptcha image label binary model factory (PyTorch Training, Cluster-based Auto Label Tools, Export ONNX model, ONNX model inference)
GNU General Public License v3.0
73 stars 18 forks source link

How do I use the trained models in hcaptcha-challenger? #48

Closed Jarvn closed 1 year ago

Jarvn commented 1 year ago

How do I use the trained models in hcaptcha-challenger?

I tried to change the .onnx model to trained one but idk if that's the right way to do it?

Jarvn commented 1 year ago

So I just need to replace original .onnx model file with a trained .onnx file with a different name? and also change objects.yaml to the trained model file name?

Sorry, i'm a bit confused

beiyuouo commented 1 year ago

Yes, you are right.