Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

【CVAT】How to create multiple jobs in one task?

As per the introduction of CAVT, it can be created many jobs into one task, but I can't find any button for creating more jobs, how can I do it?

Task details

like image 566
Saihhold Avatar asked Mar 06 '20 15:03

Saihhold


2 Answers

Please specify the segment size when you create a task (e.g. 1000). It is not possible to add more jobs after a task is created at the moment.

https://github.com/opencv/cvat/blob/master/cvat/apps/documentation/user_guide.md

Segment size. Use this option to divide a huge dataset into a few smaller segments. For example, one job cannot be annotated by several labelers (it isn't supported). Thus using "segment size" you can create several jobs for the same annotation task. It will help you to parallel data annotation process.

like image 106
nikman Avatar answered Nov 07 '22 13:11

nikman


You split it by giving a segment size. Then it is adding jobs automatically when you upload

like image 33
Per F Avatar answered Nov 07 '22 15:11

Per F