Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
carloscand opened this issue Dec 4, 2021 · 1 comment

Comments

@carloscand
Copy link

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
Copy link

Hi, have you found a solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants