Error occurred when I used tensor flow lite custom model
I faced an issue while running an object detection program using tensor flow lite costum model.I am attaching the error code bellow.
classes = interpreter.get_tensor(output_details[1]['index'])[0] # Class index of detected objects IndexError: list index out of range
off topic. get_tensor is not an opencv function?
and unfortunately, so far there is no support for tf lite models in opencv's dnn module
@LBerger, @berak. OF course.