You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest CV-CUDA v0.10.0-beta release, we introduced a bug in the optimizations of color conversions (the R and B channels are swapped in 'YUV to BGR' and 'BGR to YUV', see for instance cvt_color.cu).
We are working on releasing a patched version of our packages shortly.
In the meantime, we recommend that users working from source use the attached patch_cv-cuda_v0.10.1.txt, reverting the changes in color conversions from v0.10.0.
These optimizations will be reintroduced, with consolidated testing, in a future release.
Thank you for your understanding,
The CV-CUDA team.
Steps/Code to reproduce bug
use CV-CUDA v0.10
use cvtColor operator, YUV to BGR or BGR to YUV
Environment overview (please complete the following information)
Describe the bug
With the latest CV-CUDA v0.10.0-beta release, we introduced a bug in the optimizations of color conversions (the R and B channels are swapped in 'YUV to BGR' and 'BGR to YUV', see for instance cvt_color.cu).
We are working on releasing a patched version of our packages shortly.
In the meantime, we recommend that users working from source use the attached patch_cv-cuda_v0.10.1.txt, reverting the changes in color conversions from v0.10.0.
These optimizations will be reintroduced, with consolidated testing, in a future release.
Thank you for your understanding,
The CV-CUDA team.
Steps/Code to reproduce bug
Environment overview (please complete the following information)
patch_cv-cuda_v0.10.1.txt
The text was updated successfully, but these errors were encountered: