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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠