The code is an unofficial pytorch implementation of SOLOv2: Dynamic, Faster and Stronger
Please check SOLOv1 for installation instructions.
Follows the same way as SOLOv1.
single GPU:
python tools/train.py configs/solov2/solov2_r101_3x.py
multi GPU (for example 8):
./tools/dist_train.sh configs/solov2/solov2_r101_3x.py 8
4 epoch AP: 0.281