libvips is much slower than OpenSlide's DeepZoomGenerator #4580
gracezheng9
started this conversation in
General
Replies: 1 comment 5 replies
-
Are you able to share the command line options being used? Does DeepZoomGenerator support AVIF tile output? If not, that would explain the timing difference as the AV1 encoding you're using with libvips/libheif will be much, much slower than JPEG or PNG. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running a Mirax wsi that is 137 MB. I ran
and this took 17 minutes to complete, where in comparison using OpenSlide's DeepZoomGenerator with the exact same settings, this only took 2 minutes.
I tried with a bunch of mrxs and svs slides and had the same result, libvips is always much slower than DeepZoomGenerator... but everywhere I read says that it's supposed to be much faster?
As another example, e.g. the
CMU-2.svs
(about 372 MB) fromOpenSlide
's demo: https://openslide.org/demo/10 minutes using
libvips
but only 3 minutes with DeepZoom
I am running in a Debian docker container, on a MacBook Pro, Apple M3 Pro.
Is there something I am missing?
Beta Was this translation helpful? Give feedback.
All reactions