PicoDet-Backbone

PyTorch Implementation of Backbone of PicoDet

Original Implementation is implemented on PaddlePaddle.

image

Example

picodet_l_backbone = ESNet(scale=1.25, 
                     feature_maps=[4, 11, 14], 
                     channel_ratio=[0.875, 0.5, 1.0, 0.625, 0.5, 0.75, 0.625, 0.625, 0.5, 0.625, 1.0, 0.625, 0.75])

GitHub

View Github