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)

1 Risposta
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
con risposta 2 anni fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande