opencv_dnn.py @@ -671,7 +671,7 @@ with open('detect.txt', 'w') as of: counter = collections.Counter(found_cards) for key in counter: of.write(f'{counter[key]} [{key[1].upper()}] {key[0]}\n') of.write(f'{counter[key]} {key[0]} [{key[1].upper()}]\n')