How to access data in a data set from notebook
Oren Koler
0
Reputation points
Hi
I'm trying to get image with and height that is stored in a dataset
with Image.open(image_path) as img:
width, height = img.size
The URI is something like this:
azureml://subscriptions/7373be5f-9f84-4dab-a88e/resourcegroups/******/workspaces/azure-ml-X/datastores/workspaceblobstore/paths/LocalUpload/d1f07cd11d239601c6cf24/XXX/images/20.png
I get an error:
No such file or directory: azureml://subscriptions/7373be5f-9f84-4dab-a88e/resourcegroups/******/workspaces/azure-ml-X/datastores/workspaceblobstore/paths/LocalUpload/d1f07cd11d239601c6cf24/XXX/images/20.png
Sign in to answer