From 404afb150ffd947d24a443303ba9b43b29e26fe5 Mon Sep 17 00:00:00 2001 From: Scenic Authors Date: Fri, 28 Jun 2024 13:47:15 -0700 Subject: [PATCH] Internal changes PiperOrigin-RevId: 647787179 --- scenic/projects/baselines/centernet/input_pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scenic/projects/baselines/centernet/input_pipeline.py b/scenic/projects/baselines/centernet/input_pipeline.py index b6580ff3a..a9fe72cb2 100644 --- a/scenic/projects/baselines/centernet/input_pipeline.py +++ b/scenic/projects/baselines/centernet/input_pipeline.py @@ -96,6 +96,7 @@ def decode_boxes(bbox, size): + def coco_decode_example(data, with_masks=False): """Convert custom tfrecord into tfds builder format.""" example = {}