Locate the json file which contains changes that we made on a newly created rekognition dataset

0

When dataset is created and shown in the rekognition interface. We opt to make few changes to the labels height and width. Now, before we start to train it. We need to download the manifest/json file which will have the changes that we made on the interface. The issue is that we cannot locate where the manifest file is on s3 where these changes get saved.

The initial manifest used to generate the dataset while creating the project does not contain any updates to the records. (on which we made changes)

NomanM
質問済み 2年前268ビュー
1回答
0

Hello, Thanks for reaching out.

For datasets, we do not save updated manifest files in customer bucket. Instead we provide APIs to interact with manifest files related to your datasets.

For your use case, we recommend using list-dataset-entries API and paginate to see updated entries in your dataset. Here is the API guide for your reference.

Alternatively, on Rekognition Custom Labels console, you can visit Datasets page under your project to visualize your updates.

Hope this helps.

AWS
回答済み 2年前
  • Thanks AWS-Pavan,

    I tried the “list-dataset-entries“ through AWS CLI, but it’s not a known argument in aws, even I also used the python code, however, it’s giving same issue.

    I am getting "aws: error: argument operation: Invalid choice" on cli command.

    Actually, I want to extract or get the bounding box width, height and x, y positions that are saved in the updated manifest file.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ