AICurious Logo

What is: Paddle Anchor Free Network?

SourcePAFNet: An Efficient Anchor-Free Object Detector Guidance
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

PAFNet is an anchor-free detector for object detection that removes pre-defined anchors and regresses the locations directly, which can achieve higher efficiency. The overall network is composed of a backbone, an up-sampling module, an AGS module, a localization branch and a regression branch. Specifically, ResNet50-vd is chosen as the backbone for server side, and MobileNetV3 for mobile side. Besides, for mobile side, we replace traditional convolution layers with lite convolution operators.