使用 Tensor Flow Lite 自定义模型时出错

使用 Tensor Flow Lite 自定义模型时出错

我在使用张量流精简版定制模型运行对象检测程序时遇到问题。我附上了下面的错误代码。

classes = interpreter.get_tensor(output_details[1]['index'])[0] # Class index of detected objects IndexError: list index out of range

相关内容