zihaomu

Results 110 comments of zihaomu

Hi @vpisarev, CI test still fails. I don't know if there is any error in the use of the macro. Should I change the macro flag from `#if CV_SIMD` to...

@alalek Thank you for your code review! And sorry for the late reply. I will update the code and upload it next week.

Hi @vpisarev, @alalek and @asmorkalov, sorry for the late update. Please take a look at this patch, it has passed the CI test.

> Many functions of the implementation are empty for the case, if CV_SIMD is not defined. It's the case for ARMv6, ARMv7 without NEON, regular MIPS, most of current RISC-V....

Hi @asmorkalov. Thanks for the performance test. This test result is reasonable. Stackblur can be divided into two filters, the row direction and the column direction. In my test, the...

Update, fixed the performance test. Hi @asmorkalov, can you help me to set the right test case? I have no idea why performance tests fail.

Hi @dengmingD. Please re-attach the model, the zip file looks wrong.

Hi @dengmingD, PP-OCRv3 works fine on my site. And PP-OCRv3 does not has `Clip` layer, looks like you attached wrong model file. BTW, we have supported `clip layer` with three...

> > > > > Hi @dengmingD, PP-OCRv3 works fine on my site. And PP-OCRv3 does not has `Clip` layer, looks like you attached wrong model file. BTW, we have...

Hi @ukoehler, please compile the lastest opencv from source code. For python, you can try `pip install opencv-python-rolling`(don't forget to uninstall the old `opencv-python`). Your model has used the Clip...