Azure / Azure/MachineLearningNotebooks

Clarity on downloading labelled dataset

未关闭
#1,865 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Jupyter Notebook
星标
4.4k
派生
2.6k
PR 合并指标
30 天内没有已合并 PR

描述

Hi,

I used this code from here:
```
from azureml.core import Workspace, Dataset

subscription_id = ''
resource_group = ''
workspace_name = ''

workspace = Workspace(subscription_id, resource_group, workspace_name)

dataset = Dataset.get_by_name(workspace, name='')
dataset.download(target_path='.', overwrite=False)
```

https://ml.azure.com/dataset/NewSalmonFrames/1/details?wsid=/subscriptions/4e93dac0-d1e9-41a5-8e98-9707b26b6913/resourcegroups/eli_kling_speacies/providers/Microsoft.MachineLearningServices/workspaces/eli_kling_speacies&tid=62368045-c91f-477d-a117-8432f56a91e4#consumeTab

This works created, downloading the labelled dataset in the COCO format. What if i wanted to download it in the AzureML format, or using aboslute bounding box co-ordinates?

I can manually export from the UI, but is there a way to do it programatically. I'm worried Azure will change this feature in the future, and my re-usable code will not be so re-useable.

Thanls,

Viraj

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。