"awq/git@developer.sourcefind.cn:OpenDAS/autoawq.git" did not exist on "1e82667bf23dc85e5a8f267d49b097125b426d60"
Commit f24c95ae authored by Xianzhi Du's avatar Xianzhi Du Committed by A. Unique TensorFlower
Browse files

Internal change

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