Commit a3727dae authored by A. Unique TensorFlower's avatar A. Unique TensorFlower Committed by TF Object Detection Team
Browse files

Updates reference metrics.

PiperOrigin-RevId: 439546639
parent 7cb41cec
......@@ -125,6 +125,7 @@ train_input_reader: {
}
eval_config: {
# Note: this metric is deprecated, use oid_challenge_detection_metrics.
metrics_set: "open_images_metrics"
num_examples: 8000
# Note: The below line limits the evaluation process to 10 evaluations.
......
......@@ -126,7 +126,10 @@ train_input_reader: {
}
eval_config: {
metrics_set: "open_images_V2_detection_metrics"
# Uses Open Images Challenge metric for evaluation as it accounts for
# non-exhaustivity of the annotations.
metrics_set: "oid_challenge_detection_metrics"
image_classes_field_map_empty_to_ones: false
}
eval_input_reader: {
......
......@@ -175,7 +175,10 @@ train_input_reader: {
}
eval_config: {
metrics_set: "open_images_V2_detection_metrics"
# Uses Open Images Challenge metric for evaluation as it accounts for
# non-exhaustivity of the annotations.
metrics_set: "oid_challenge_detection_metrics"
image_classes_field_map_empty_to_ones: false
}
eval_input_reader: {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment