"docs/vscode:/vscode.git/clone" did not exist on "78bc824729f76a14ff2f211fc7f9a31e5500a41e"
Commit 84dc1fd6 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 346129282
parent fd270433
......@@ -135,6 +135,6 @@ class DetectionModule(export_base.ExportModule):
'num_detections': detections['num_detections']
}
if 'detection_masks' in detections.keys():
final_outputs.update('detection_masks', detections['detection_masks'])
final_outputs['detection_masks'] = detections['detection_masks']
return final_outputs
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