Added WeChatQR-fix ONNX models#1329
Conversation
|
|
Please also provide a short guide of how model converted from Caffe to ONNX |
Adds ONNX test models and data for PriorBox and Nearest wechat-fix-layers models #1349 Merge with PR : opencv/opencv#28855 This PR is part 1 of the split from the original PR: Added WeChatQR-fix ONNX models #1329 It adds the required ONNX models and input/output data
|
I've removed the extra models from this branch and moved them to a dedicated PR here: #1349. Thanks! |
|
@omrope79 does it mean this PR can be closed? |
This PR contains ONNX models for Wechat converted from caffe, required for this PR: opencv/opencv#28746 |
|
Is that possible to add a guide how to export these models in ONNX? At least in https://github.com/omrope79/opencv-test-models/ README.md |
There is this PR (https://huggingface.co/opencv/opencv_contribution/discussions/3/files) on OpenCV hugging face, which has all the scripts. |
|
@abhishek-gola Please add requirements.txt to the Higgingface repo. List if required packages is not clean. Also please add documentation page or wiki page about conversion steps. Users most probably have a lot of old models that they want to use with OpenCV 5. |
|
Can we use huggingface URLs to download models? |
|
Generally yes, but our CI has access issues with it (firewall). It'll be great to have alternative links to, if possible. |
Merge with PR opencv/opencv#28746