Where to find updated manifest file after labeling a dataset using a premade manifest for a Rekognition Custom Labels project without training a model?

0

Hi!

I have a training set of images for which I manually created a manifest file respecting the format required to train a Rekognition Custom Labels model for object detection. Both the images and that manifest are stored in an S3 bucket. When creating a project to train the model I noticed that the manifest contained some errors which I corrected manually ("Start labeling" then "Draw bounding boxes") but the updated manifest is nowhere to be found.

I made sure to save the changes and when I browse through the dataset as it appears during the creation of a project I noticed that my changes were taken into account. I want the manifest so that I can store it locally on my computer but I can't seem to find it. Any help is very much appreciated.

Thank you!

1개 답변
0

Unless you specified otherwise, Rekognition Custom Labels will upload everything into the S3 bucket which was created when you first accessed the service. The S3 bucket name will be along the lines of custom-labels-console-<region>-<UID>. Inside this bucket, you should find the following folder structure:

projects/
    your-project-name/
        datasets/
            TRAIN/
                output.manifest
            TEST/
                output.manifest

Take a look at these manifest files. I think these will contain the updates you made.

AWS
S_Moose
답변함 일 년 전
  • I thank you for your answer. There is indeed such a folder in the bucket. The issue is I don't have the folder datasets/ (and evidently its child folders TRAIN/ and TEST/ and their files). When I access the your-project-name folder I find a labels.json which is empty.

    I think the structure you're suggesting is only available after training a model.

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

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

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

관련 콘텐츠