Constantin Wenger
2022-02-01 19acfdc97107b94d41865746d5e4ccf01fbc402e
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')