标签: tensorflow2.0 object-detection tf-lite
我已经使用tensorflow2创建了一个tensorflow lite模型。
现在加载模型(或检查输入类型),模型将要求dtype float32。另外,提供的图像尺寸应为4。
如何更改tflite导出器/转换器以接受uint8作为dtype并且只有3个维?