rapidsai / cucim

cuCIM - RAPIDS GPU-accelerated image processing library
https://docs.rapids.ai/api/cucim/stable/
Apache License 2.0
342 stars 59 forks source link

[FEA] DeepZoomGenerator #778

Open Pidem opened 3 weeks ago

Pidem commented 3 weeks ago

Is your feature request related to a problem? Please describe. I would like to generate tiles for pathology images and need cuCIM to support the openslide.deepzoom.DeepZoomGenerator class

Describe the solution you'd like support the DeepZoomGenerator that wraps CuImage

Describe alternatives you've considered Using Open-slide only and not cuCIM

Additional context Urgent request for Foundational Model training

gigony commented 2 weeks ago

Hi @Pidem ,

Thank you for the feature request! Would you mind sharing more details about your use case? Do you require the exact same API as OpenSlide's DeepZoomGenerator API (link) for visualization as well, or do you primarily need to generate tiles at a specific zoom level (for levels not supported by the underlying TIFF's tile levels), tile size, or overlap specifically for training purposes?

I'm also curious to know which part of the existing API makes it difficult to adapt to your needs.

Please also let us know if using tiffslide (based on tifffile) would suit your use case. We'd love to hear more about your specific requirements (e.g., performance, usability) for your use cases.

Thanks!