我在使用张量流精简版定制模型运行对象检测程序时遇到问题。我附上了下面的错误代码。
classes = interpreter.get_tensor(output_details[1]['index'])[0] # Class index of detected objects IndexError: list index out of range
我在使用张量流精简版定制模型运行对象检测程序时遇到问题。我附上了下面的错误代码。
classes = interpreter.get_tensor(output_details[1]['index'])[0] # Class index of detected objects IndexError: list index out of range