Yolact++

    [Error Fix] Solved: KeyError: 'I' (feat. Yolact++)

    # Problem I'm trying to fine-tune Yolact on 2GPU machine and getting the following error: $ python train.py --config=yolact_plus_base_config --batch_size=2 --save_interval 1000 --save_folder weights/resnet101_construct_0112_fcon3_yolactplus/ ... KeyError: 'I' # Solution I have two pieces of suggestions for this problem: The first method, you can decrease the resolution of discard_mask_area. The ..