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
asked 2 years ago262 views
1 Answer
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
answered 2 years ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions