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

Is there anyway to skip generating thumbnail when adding image to a new project? #100

Open
amor-volastra opened this issue May 18, 2023 · 1 comment
Labels
awaiting reply 📩 Needs more user input

Comments

@amor-volastra
Copy link

Hello,
I am creating a QuPath project to add some annotation as follow (to review them later in QuPath GUI):

 with QuPathProject(dir_to_proj, mode='a') as qp:
    entries = qp.add_image(dir_to_wsi)
    entry.hierarchy.add_annotation(roi)

some of my images (svs) are pretty large (>150k pixels) and it takes long time (15-25 min) to run add_image which I guess is due to creating thumbnail.
I was wondering if there is a way to skip thumbnail creation (not sure how necessary it is for QuPath to have thumbnail) or make it faster.

@ap--
Copy link
Collaborator

ap-- commented Jul 16, 2023

Hi @amor-volastra

Thumbnail generation shouldn't really take long...

Could you provide some information about your setup?
What operating system?
What python version?
How did you install paquo?
How did you install QuPath?
Does it take long to generate the Thumbnail when you do it manually in QuPath?

And could you provide an example file that is slow?

Cheers,
Andreas 😃

@ap-- ap-- added the awaiting reply 📩 Needs more user input label Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reply 📩 Needs more user input
Projects
None yet
Development

No branches or pull requests

2 participants