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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南