Custom-OCR-YOLO
Custom-OCR-YOLO copied to clipboard
Erreur
https://github.com/Borahb/Custom-OCR-YOLO/blob/20d7ca66489c0e3513b0a29aa89ebd3445cd48d2/Custom_OCR.py#L23
output_layers = [layer_names[i[0] - 1] for i in net.getUnconnectedOutLayers()]
Did you fix this bug? Thank you
just replace i[0] with i. i is a scalar variable