Skip to content
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

First image import / opening takes quite some time #46

Open
Rdornier opened this issue Sep 19, 2024 · 0 comments
Open

First image import / opening takes quite some time #46

Rdornier opened this issue Sep 19, 2024 · 0 comments

Comments

@Rdornier
Copy link

I noticed, each time I had to connect again to the OMERO server via ICE api, that the first image import from OMERO is very long. Same for the image opening. When the connection seems to be well established between QuPath and OMERO (i.e. second import or second opening), then it goes way faster.

In order to quantify this time, I did a benchmark of the extension.
It turns out that the time to open the OMERO browser is around 8 times slower and the time to do a first import between 5 to 10 times slower than doing the same with the OMERO-BIOP extension. This is a real bottleneck for us.

The different tests were done using a RJ45 connection, with the qupath-extension-omero-v0.1.0-rc5 and qupath-extension-biop-omero-1.0.3. I listed below everything you may need to redo the tests.

Export to OME-TIFF

The script and the image used are the same as the ones mentionned in that post

Downsample scaled Downsample OMERO BIOP Extension OMERO extension
2 4 83.31s 88.97s
2 4 81.38s 84.11s
1 4 330.84s 345.76s
1 4 359.53s 335.74s

Double-clicking on an image to open it (first opening)

Brightfield H-DAB Dataset
EdU+_RFP+

Image OMERO BIOP Extension OMERO extension
Brightfield H-DAB Dataset 5s 25s
Brightfield H-DAB Dataset 5s 25s
EdU+_RFP+ 2s 27s
EdU+_RFP+ 2s 25s

Opening an OMERO browser

OMERO BIOP Extension OMERO extension
1s 9s
1.5s 8s

Importing an image from the browser (first import)

Image OMERO BIOP Extension OMERO extension
Brightfield H-DAB Dataset 1.5s 18s
Brightfield H-DAB Dataset 2s 18s
EdU+_RFP+ 2s 18s
EdU+_RFP+ 1.5s 18s

Importing an image from the browser (second import)

Image OMERO BIOP Extension OMERO extension
Brightfield H-DAB Dataset 1s 1s
Brightfield H-DAB Dataset 1s 1.5s
EdU+_RFP+ 1.5s 2s
EdU+_RFP+ 1s 1.5s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant