-
-
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
Not able to map actual image name with dask_image.imread #200
Comments
Hi @satish-madugula, I can't reproduce the behaviour you're describing here, so it's hard to know what might be going on.
I make this second suggestion because there was a recent change that added an explicit sort to the filename glob: dask-image/dask_image/imread/__init__.py Line 76 in 63543bf
I'm not sure if that would make a difference, because |
Thanks for the response, it is working after installing dask-image using master branch.
|
Hm, interesting. We've been intending to make a new release, so I think I should do that sooner rather than later given the bug you've described. Thank you for the report! |
Not able to get the respective filename by using dask-image.
For example:
img_names[124] is actually 'abc.jpg'
imgs[124].compute() loads gives me 'xyz.jpg'
also tried using sorted(glob.glob(r'D:\dataset2\*.jpg'))
The text was updated successfully, but these errors were encountered: