aws-samples / amazon-sagemaker-ground-truth-task-uis

Example task UIs for Amazon SageMaker Ground Truth
MIT No Attribution
109 stars 30 forks source link

Order of the source objects in manifest file is not the same as seen in the worker portal #13

Open carloscand opened 2 years ago

carloscand commented 2 years ago

Is there a way that the order from the jsonl manifest file is the same way the labeler sees it in the worker portal, it seems that the objects are randomized each time a job is created, so if I specify in the manifest:

{"source-ref": "s3://mybucket/image-1.jpg"} {"source-ref": "s3://mybucket/image-2.jpg"} {"source-ref": "s3://mybucket/image-3.jpg"} ...

I expect that the worker to view and label the images in that same order. How can I achieve this?

Thank you

Duonghailee commented 1 year ago

Hi, have you found a solution for this?