@@ -2396,15 +2396,16 @@ paths:
23962396 default : " #FFFFFF"
23972397 control_weights :
23982398 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}}
24082409 type : object
24092410 example :
24102411 my_bbox :
@@ -2586,15 +2587,16 @@ paths:
25862587 default : " #FFFFFF"
25872588 control_weights :
25882589 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}}
25982600 type : object
25992601 example :
26002602 my_bbox :
@@ -6700,15 +6702,16 @@ components:
67006702 default : " #FFFFFF"
67016703 control_weights :
67026704 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
67046707 control tag (e.g. label or choice) will have its own key in
67056708 control weight dict with weight for each label and overall
67066709 weight. For example, if a bounding box annotation with a
67076710 control tag named my_bbox should be included with 0.33 weight
67086711 in agreement calculation, and the first label Car should be
67096712 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}}
67126715 type : object
67136716 example :
67146717 my_bbox :
@@ -8641,15 +8644,16 @@ components:
86418644 nullable : true
86428645 control_weights :
86438646 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}}
86538657 type : object
86548658 nullable : true
86558659 parsed_label_config :
0 commit comments