The Paddle Implementation of PIDNet
Put the PIDNet_M_ImageNet.pdparams under pretrained_models/imagenet/
For example, train the PIDNet-M on Cityscapes with batch size of 3 on 4 GPUs:
python tools/train_paddle.py --cfg configs/cityscapes/pidnet_medium_cityscapes.yaml GPUS (0,1,2,3) TRAIN.BATCH_SIZE_PER_GPU 3