cvat icon indicating copy to clipboard operation
cvat copied to clipboard

Assign jobs to workers automatically

Open ashwin-999 opened this issue 1 year ago • 2 comments

Actions before raising this issue

  • [X] I searched the existing issues and did not find anything similar.
  • [X] I read/searched the docs

Is your feature request related to a problem? Please describe.

Say, trying to annotate 10000 images in a task with each job containing 50 images. This would mean a total of 200 jobs and it falls on the owner of the task to split it equally among workers.

Describe the solution you'd like

I'm wondering if it's possible to assign jobs to workers automatically instead of manually assigning each job. Alternatively, workers should be able to pick up jobs from a task as they finish their current job at hand.

Describe alternatives you've considered

I could potentially find a way to achieve this using CVAT Python API (I'm still in my early stages of research on whether this can actually be done). But ideally, I am looking for a solution that does not involve fidgeting with scripts (specially useful for non-technical folks in the team)

Additional context

No response

ashwin-999 avatar Nov 07 '23 23:11 ashwin-999