Adding more images to a task #1294
bilalcodehub
started this conversation in
General
Replies: 1 comment 2 replies
-
HI @bilalcodehub , thanks for using the MONAI Label, in the endoscopy+CVAT integration: this is the case currently, each image is associated with one job with MONAI Label, so top_k is the number of images/jobs it will upload. If you would like to customize the CVAT datastore and upload logics and familiar with CVAT software. You could refer to these script to customize your demand. https://github.com/Project-MONAI/MONAILabel/blob/main/sample-apps/endoscopy/lib/scoring/cvat.py https://github.com/Project-MONAI/MONAILabel/blob/main/monailabel/datastore/cvat.py |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using the following command to start
monailabel
server for annotating endoscopic data:I get one task
ActiveLearning_Iteration_1
with ten jobs each having a single image as shown below:I was expecting
monailabel
to create one job with ten images but that is not what happened. It created ten jobs with one image each. Now I have to score each image mark it complete and then go to another task. It is not efficient if I need to annotate thousands of images.How can I tell
monailabel
to create jobs with k number of images?Beta Was this translation helpful? Give feedback.
All reactions