Constantin Wenger
2022-02-01 19acfdc97107b94d41865746d5e4ccf01fbc402e
changed order of output in detect.txt to match scryglass import in magicassistant
1 files modified
2 ■■■ changed files
opencv_dnn.py 2 ●●● patch | view | raw | blame | history
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')