提交 0d88cd3e 编写于 作者: A A. Unique TensorFlower

Internal change

PiperOrigin-RevId: 523725682
上级 772b6013
......@@ -135,7 +135,8 @@ class DetectionGenerator(hyperparams.Config):
# When nms_version = `tflite`, values from tflite_post_processing need to be
# specified. They are compatible with the input arguments used by TFLite
# custom NMS op and override above parameters.
tflite_post_processing: common.TFLitePostProcessingConfig = common.TFLitePostProcessingConfig(
tflite_post_processing: common.TFLitePostProcessingConfig = (
common.TFLitePostProcessingConfig()
)
# Return decoded boxes/scores even if apply_nms is set `True`.
return_decoded: Optional[bool] = None
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册