-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Intake integration? #86
Comments
Closing this since I just found out about dask.array.image.imread and plan to use that instead. |
Sorry to be slow here, @jsignell. My guess is you are running into issue ( soft-matter/pims#310 ). Though would be great if you could confirm. The |
Sorry if I was unclear. I hadn't run into any issues yet; I just wanted to check the status of this project. In the case I am looking at performance isn't that important. The main thing that we are interested in is maintaining the image labeling that we get from the file names. I ended up writing a new wrapper around |
@jsignell i am experiencing a somewhat similar issue (reading images in bulk from an s3 bucket to perform image classification), would you mind sharing your wrapper? |
I was just starting to work on a PIL plugin for intake to support the handling of image stacks. I was hoping to make something that takes as input: paths, file objects, url, or s3 at a minimum. The output I think would be xarray dask arrays.
Do you think this project is sturdy enough to be built on top of in that way or is it moving too quickly?
The text was updated successfully, but these errors were encountered: