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

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

Open
#13 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
112
Forks
33
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.