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
72 stars 18 forks source link

[Feature] Validation Mode for ONNX Model #7

Closed Vinyzu closed 2 years ago

Vinyzu commented 2 years ago

Yo, it would be cool to validate/check the accuracy of onnx files/models. would this be possible?

Vinyzu commented 2 years ago

Update: i think its cv2_validate.py, but the code didnt work really well so i coded my own.

beiyuouo commented 2 years ago

usually I use PTH model to validate and then convert it to onnx, haha. Welcome to pull request~!