@@ -2396,15 +2396,16 @@ paths:
2396
2396
default : " #FFFFFF"
2397
2397
control_weights :
2398
2398
title : control_weights
2399
- description : " Dict of weights for each control tag in metric calculation. Each
2400
- control tag (e.g. label or choice) will have its own key
2401
- in control weight dict with weight for each label and
2402
- overall weight. For example, if a bounding box annotation
2403
- with a control tag named my_bbox should be included with
2404
- 0.33 weight in agreement calculation, and the first label
2405
- Car should be twice as important as Airplane, then you
2406
- need to specify: {'my_bbox': {'type': 'RectangleLabels',
2407
- 'labels': {'Car': 1.0, 'Airplane': 0.5}, 'overall': 0.33}"
2399
+ description : >
2400
+ Dict of weights for each control tag in metric calculation. Each
2401
+ control tag (e.g. label or choice) will have its own key in
2402
+ control weight dict with weight for each label and overall
2403
+ weight. For example, if a bounding box annotation with a
2404
+ control tag named my_bbox should be included with 0.33 weight
2405
+ in agreement calculation, and the first label Car should be
2406
+ twice as important as Airplane, then you need to specify:
2407
+ \{'my_bbox': \{'type': 'RectangleLabels', 'labels': \{'Car': 1.0,
2408
+ 'Airplane': 0.5}, 'overall': 0.33}}
2408
2409
type : object
2409
2410
example :
2410
2411
my_bbox :
@@ -2586,15 +2587,16 @@ paths:
2586
2587
default : " #FFFFFF"
2587
2588
control_weights :
2588
2589
title : control_weights
2589
- description : " Dict of weights for each control tag in metric calculation. Each
2590
- control tag (e.g. label or choice) will have its own key
2591
- in control weight dict with weight for each label and
2592
- overall weight. For example, if a bounding box annotation
2593
- with a control tag named my_bbox should be included with
2594
- 0.33 weight in agreement calculation, and the first label
2595
- Car should be twice as important as Airplane, then you
2596
- need to specify: {'my_bbox': {'type': 'RectangleLabels',
2597
- 'labels': {'Car': 1.0, 'Airplane': 0.5}, 'overall': 0.33}"
2590
+ description : >
2591
+ Dict of weights for each control tag in metric calculation. Each
2592
+ control tag (e.g. label or choice) will have its own key in
2593
+ control weight dict with weight for each label and overall
2594
+ weight. For example, if a bounding box annotation with a
2595
+ control tag named my_bbox should be included with 0.33 weight
2596
+ in agreement calculation, and the first label Car should be
2597
+ twice as important as Airplane, then you need to specify:
2598
+ \{'my_bbox': \{'type': 'RectangleLabels', 'labels': \{'Car': 1.0,
2599
+ 'Airplane': 0.5}, 'overall': 0.33}}
2598
2600
type : object
2599
2601
example :
2600
2602
my_bbox :
@@ -6700,15 +6702,16 @@ components:
6700
6702
default : " #FFFFFF"
6701
6703
control_weights :
6702
6704
title : control_weights
6703
- description : " Dict of weights for each control tag in metric calculation. Each
6705
+ description : >
6706
+ Dict of weights for each control tag in metric calculation. Each
6704
6707
control tag (e.g. label or choice) will have its own key in
6705
6708
control weight dict with weight for each label and overall
6706
6709
weight. For example, if a bounding box annotation with a
6707
6710
control tag named my_bbox should be included with 0.33 weight
6708
6711
in agreement calculation, and the first label Car should be
6709
6712
twice as important as Airplane, then you need to specify:
6710
- {'my_bbox': {'type': 'RectangleLabels', 'labels': {'Car': 1.0,
6711
- 'Airplane': 0.5}, 'overall': 0.33}"
6713
+ \ {'my_bbox': \ {'type': 'RectangleLabels', 'labels': \ {'Car': 1.0,
6714
+ 'Airplane': 0.5}, 'overall': 0.33}}
6712
6715
type : object
6713
6716
example :
6714
6717
my_bbox :
@@ -8641,15 +8644,16 @@ components:
8641
8644
nullable : true
8642
8645
control_weights :
8643
8646
title : Control weights
8644
- description : " Dict of weights for each control tag in metric calculation. Each
8645
- control tag (e.g. label or choice) will have it's own key in control
8646
- weight dict with weight for each label and overall weight.For
8647
- example, if bounding box annotation with control tag named my_bbox
8648
- should be included with 0.33 weight in agreement calculation, and
8649
- the first label Car should be twice more important than Airplaine,
8650
- then you have to need the specify: {'my_bbox': {'type':
8651
- 'RectangleLabels', 'labels': {'Car': 1.0, 'Airplaine': 0.5},
8652
- 'overall': 0.33}"
8647
+ description : >
8648
+ Dict of weights for each control tag in metric calculation. Each
8649
+ control tag (e.g. label or choice) will have its own key in
8650
+ control weight dict with weight for each label and overall
8651
+ weight. For example, if a bounding box annotation with a
8652
+ control tag named my_bbox should be included with 0.33 weight
8653
+ in agreement calculation, and the first label Car should be
8654
+ twice as important as Airplane, then you need to specify:
8655
+ \{'my_bbox': \{'type': 'RectangleLabels', 'labels': \{'Car': 1.0,
8656
+ 'Airplane': 0.5}, 'overall': 0.33}}
8653
8657
type : object
8654
8658
nullable : true
8655
8659
parsed_label_config :
0 commit comments