-
-
Notifications
You must be signed in to change notification settings - Fork 56.4k
Tuned threshold for FastNeuralStyle_eccv16 test #24359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tuned threshold for FastNeuralStyle_eccv16 test #24359
Conversation
|
I don't observe problem with AVX optimizations: http://pullrequest.opencv.org/buildbot/builders/4_x_opt-avx_noICV-skl-lin64 What is the error message from test run? |
|
Looks like change should go with
AVX2 (CPU_BASELINE=AVX2, OpenCL=Intel iGPU): SSE4.2 + AVX ( Test computes "reference" through OCV/CPU DNN target and these values are different between target instruction sets - perhaps there is an issue in CPU optimization code. |
|
@opencv-alalek What are the next steps here? I propose to merge the PR. |
|
@dkurt @opencv-alalek Friendly reminder. |
|
@opencv-alalek I updated the PR description. |
In case of OpenCL failure the pipeline fails back to CPU and the test compares CPU vs CPU. Looks like CPU implementation produce slightly different result and it does not fit into threshold:
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.