Skip to content

Liqq1/PIDNet-Paddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIDNet-Paddle

The Paddle Implementation of PIDNet

Train

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

About

The Paddle Implementation of PIDNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages