Commit 33a5eaff authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Include LET-3D-APL to the WOD detection metrics ops.

PiperOrigin-RevId: 447871071
parent db8373a0
......@@ -148,7 +148,7 @@ class WOD2dDetectionEvaluator(wod_detection_evaluator.WODDetectionEvaluator):
def evaluate(self):
"""Compute the final metrics."""
ap, _, _, _, _ = super().evaluate()
ap, _, _, _, _, _, _ = super().evaluate()
metric_dict = {}
for i, name in enumerate(self._breakdown_names):
# Skip sign metrics in 2d detection task.
......
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