You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
Hello,
I am creating a QuPath project to add some annotation as follow (to review them later in QuPath GUI):
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.
The text was updated successfully, but these errors were encountered: