How to access data in a data set from notebook

Oren Koler 0 Reputation points
2024-08-28T13:19:36.4833333+00:00

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.
Azure Machine Learning
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.