opencv_transforms icon indicating copy to clipboard operation
opencv_transforms copied to clipboard

Performance comparison with Pillow-simd

Open tea1528 opened this issue 6 years ago • 2 comments

Hi, I really appreciate your effort to share some valuable code.

My only question is whether using OpenCV is faster than Pillow-SIMD. I have read articles from the web that Pillow is surely slower than OpenCV, but referring to pages like https://python-pillow.org/pillow-perf/, there may be some cases when Pillow-SIMD is faster than OpenCV.

Have you tried using Pillow-SIMD instead of plain Pillow? If so, have you done any comparison between OpenCV and Pillow-SIMD on video datasets like Kinetics?

Thanks again.

tea1528 avatar Jun 09 '19 08:06 tea1528

Hey Sean,

I haven't done that exact comparison, but if you wanted to do the comparison and compare to opencv, feel free to submit a pull request! Best, Jim

On Sun, Jun 9, 2019, 4:41 AM Sean Cha [email protected] wrote:

Hi, I really appreciate your effort to share some valuable code.

My only question is whether using OpenCV is faster than Pillow-SIMD. I have read articles from the web that Pillow is surely slower than OpenCV, but referring to pages like https://python-pillow.org/pillow-perf/, there may be some cases when Pillow-SIMD is faster than OpenCV.

Have you tried using Pillow-SIMD instead of plain Pillow? If so, have you done any comparison between OpenCV and Pillow-SIMD on video datasets like Kinetics?

Thanks again.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jbohnslav/opencv_transforms/issues/4?email_source=notifications&email_token=AEHW2Y2L677IZQJFT6MDILDPZS62ZA5CNFSM4HWI7DE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GYNTP3Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AEHW2Y6CVAUMGYQ43DGX2M3PZS62ZANCNFSM4HWI7DEQ .

jbohnslav avatar Jun 11 '19 13:06 jbohnslav

It's a good idea to compare with Pillow-SIMD.

PistonY avatar Sep 20 '19 03:09 PistonY