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
Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,333 questions
Sign in to answer