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
In our project, we are working on backend AI models to analyze pathology images. These images are typically large TIF files (around 500MB each). We use the create() method to generate Deep Zoom Images (DZI) for efficient visualization and zooming, but the performance is significantly slow when processing such large images.
I wanted to ask if you or others have encountered similar performance issues and are there any specific optimizations?
The text was updated successfully, but these errors were encountered:
Hello,
In our project, we are working on backend AI models to analyze pathology images. These images are typically large TIF files (around 500MB each). We use the create() method to generate Deep Zoom Images (DZI) for efficient visualization and zooming, but the performance is significantly slow when processing such large images.
I wanted to ask if you or others have encountered similar performance issues and are there any specific optimizations?
The text was updated successfully, but these errors were encountered: