Commit e515beb1 authored by Xianzhi Du's avatar Xianzhi Du Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 382408293
parent 59aad7fc
...@@ -162,9 +162,7 @@ class DetectionModule(export_base.ExportModule): ...@@ -162,9 +162,7 @@ class DetectionModule(export_base.ExportModule):
else: else:
final_outputs = { final_outputs = {
'decoded_boxes': detections['decoded_boxes'], 'decoded_boxes': detections['decoded_boxes'],
'decoded_box_scores': detections['decoded_box_scores'], 'decoded_box_scores': detections['decoded_box_scores']
'cls_outputs': detections['cls_outputs'],
'box_outputs': detections['box_outputs']
} }
if 'detection_masks' in detections.keys(): if 'detection_masks' in detections.keys():
......
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