zihaomu
zihaomu
Hi @asmorkalov, please take a look. The reply from my site is https://github.com/opencv/opencv/issues/24134#issuecomment-1674474590. > The memory is wasted while running several nets the first time not one net lots of...
Hi, have you tried this script: https://github.com/zihaomu/deep-text-recognition-benchmark/blob/master/transform_to_onnx.py?It works in my case.
Hi @opencv-alalek and @asmorkalov, can you help me to open the default CI of linux AVX2 to check if this patch has some potential issues?
Hi @asmorkalov. Try to finish the test in this week.
Hi @asmorkalov and @vpisarev, I have updated the performance test result.
Hi @ZJDATY, I have tested your model with two different `opencv-python` on my Mac intel i9 cpu. And the result is the following: Test Python version=3.8 For `opencv-python 4.5.5.64` the...
@ZJDATY Can you test it by the opencv-python?
Hi @ZJDATY, I just test it on my Windows 10, i7-9750. And indeed, I can not reproduce your result. opencv-python is compiled by OpenCV C++ source code. For opencv-python 4.5.5.64...
Please make sure you are using the OpenCV DNN of CPU_backend, instead of openvino or otherwise. Comparing different backends is not fair.