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
- 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
Assessment
This issue has not been assessed yet.