Constantin Wenger
2019-08-10 e34743310ea08d7dc105561dc4bf98245354c330
config changes
1 files modified
17 ■■■■■ changed files
config.py 17 ●●●●● patch | view | raw | blame | history
config.py
@@ -17,11 +17,16 @@
                    'md1',
                    'v14', 'ddn', 'c14', 'ddo', 'v15', 'ddp', 'c15', 'ddq', 'v16', 'ddr', 'c16', 'pca', 'dds', 'cma',
                    'c17',
                    'ddt', 'v17', 'ddu', 'cm2', 'ss1', 'gs1', 'c18']
                    'ddt', 'v17', 'ddu', 'cm2', 'ss1', 'gs1', 'c18', 'ima']
    # Supplemental sets
    set_sup_list = ['hop', 'arc', 'pc2', 'cns', 'cn2', 'e01', 'e02', 'bbd']
    set_sup_list = ['hop', 'arc', 'pc2', 'cns', 'cn2', 'e01', 'e02', 'bbd', 'war', 'm19', 'a25', 'm20']
    all_set_list = set_2003_list + set_2015_list + set_box_list + set_sup_list
    card_mask_path = os.path.abspath('data/mask.png')
    data_dir = os.path.abspath('/media/win10/data')
    darknet_dir = os.path.abspath('.')
    #all_set_list = ['war', 'mir', 'm19', 'bbd', 'ima']
    all_set_list = ['m20']
    #all_set_list = ['war', 'grn', 'rna']
    all_set_list = ['akh', 'dom', 'xln']
    set_2003_list = all_set_list
    set_2015_list = all_set_list
    card_mask_path = os.path.abspath('data2/mask.png')
    data_dir = os.path.abspath('/home/speedprog/git/python/mtg_card_detector/data2')
    darknet_dir = os.path.abspath('.')