tflite export and preprocess_input/decode_predictions #82
-
Hi @leondgarse , If the intention is to export model to tflite and use it in tfjs, I guess preprocess_input/decode_predictions will not be available. Is it possible to export them as signature functions? Ideally decode_predictions should have at least max_output_size, iou_or_sigma and score_threshold parameters. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
leondgarse
Oct 30, 2022
Replies: 1 comment 1 reply
-
For
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
avber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For
PreprocessInput
, currently will not make it a layer.PreprocessInput
isresize
andrescale
. Forresize
, it's not helpful forTFLite
model, I'm not sure if the dynamic input shape is support by TFLite: