-
Notifications
You must be signed in to change notification settings - Fork 2
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
Benchmarking against Pillow-SIMD w/libjpeg-turbo #1
Comments
Thank you for your comment 😄
Also not yet included in those benchmarks; I tried out nvidia-dali on an A100 GPU (which is supposed to be faster than a TITAN X ,for reasons I mention in my blog post) It looks like it is always faster to use DALI > torchvision > pil-simd(turbo) > pil-simd > pil Haven't had the chance to try |
Hi @cceyda, |
Nice~ I have upgraded my script to include OpenCV and |
Good to know you also found simplejpeg fast too. It's a great library that deserves wider use! The author also has an interesting project called |
Hey @cceyda,
I came here via https://cceyda.github.io/blog/dali/cv/image_processing/2020/11/10/nvidia_dali.html
nice blog post!
Did you use pillow-simd built against libjpeg-turbo, or just the vanilla version? I find libjpeg-turbo speeds things up considerably (even compared to opencv it's 3x fast in my benchmarks). Also check out
simplejpeg
which so far seems to be the fasted jpeg loader I've yet to come across.The text was updated successfully, but these errors were encountered: