-
Notifications
You must be signed in to change notification settings - Fork 18
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
Slide tile generation #64
Comments
Hello @RhDm, thanks for reaching out ❤️ Could you explain your use case in a bit more detail, so that I can understand how you expect the tile generation to be interfaced with? Cheers, |
Hi Andreas, Great to hear that! In terms of tile generation, currently, my code does the following (among many other things):
I am using OpenSlide for .png/.jpeg generation from the .svs slides. Thanks, |
Hi Dmitri, So as I understand, the information your code needs that would be specific to
And it would use that information to create tiled png/jpeg datasets on disk with (I assume) masks and json information about the tiles. I would suggest to currently NOT add this code to So let's keep this issue open, and I will ping you here, once we release the other library, and we'll organise your contribution to the new library? Does that sound like a good plan? Let me know what you think! |
Hi Andreas, That sounds good! Curious to see what functionalities your new library will have! Thanks, |
Hi Andreas, I wrote you an email to the address Anyways, I wanted to tell you about dogsled a package for medical slide normalisation I created. It uses All the best, |
Hi Dmitri, I checked my mail, and couldn't find your message. Maybe it got moved to spam and/or accidentally removed in the meantime. It's best to use the issue tracker here for communication 😊 And it's great to see Have a great start into the new year! |
Hi paquo team. I wondered whether it would be useful to extend paquo's functionality by, e.g. option to create .jpeg/.png tiles from slides.
This summer, I finished one medical image segmentation/classification deep learning project, so I could implement such functionality in the fork.
I would use OpenSlide, though, which creates an additional dependency.
Are you interested?
The text was updated successfully, but these errors were encountered: