You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the settings are updated, remember to save the values using the **Save** button.
375
+
The updated settings will take effect on the next quality update.
369
376
370
377
Annotation quality settings have the following parameters:
371
378
@@ -375,6 +382,7 @@ Annotation quality settings have the following parameters:
375
382
| - | - |
376
383
|_General reporting_|
377
384
| Target metric | The primary metric used for quality estimation. It affects which metric is displayed in the UI and used for overall quality estimation. |
385
+
| Job selection filter | The filter for the jobs included in quality computation. Only jobs matching the filter criteria will be included in the quality results. |
378
386
379
387
|_Immediate feedback_||
380
388
| - | - |
@@ -414,6 +422,46 @@ Annotation quality settings have the following parameters:
414
422
415
423
<!--lint enable maximum-line-length-->
416
424
425
+
### Project quality settings
426
+
427
+
In CVAT, it is possible to group tasks into projects to share common configurations or establish
428
+
a logical grouping for datasets. In this section, we explain options for quality management
429
+
inside projects.
430
+
431
+
When tasks are inside a project, it can be convenient to reuse the same quality setup for
432
+
all the project tasks. There is an option to use quality settings from the parent project
433
+
for all or only for specific tasks inside a project. This is controlled by the corresponding
434
+
toggle on the **Quality control** page of the task:
0 commit comments