Open carloscand opened 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
Hi, have you found a solution for this?
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