-
Notifications
You must be signed in to change notification settings - Fork 18
Allow use of a patch generator #12
Copy link
Copy link
Open
Description
When working with very big images, sometimes using a function generating the patches instead of passing the whole high resolution image can be very memory convenient. An example is reading from .tiff files: the package openslide has a very convenient read_region function that can be used to return a patch from an image.
It could be a nice feature to have the option of passing a function generating patches instead of x_high as an input. I am not sure if the current structure of the code would allow for it easily, I am still wrapping my head around it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels