Object Detection Models

Paddle Anchor Free Network

Introduced by Xin et al. in PAFNet: An Efficient Anchor-Free Object Detector Guidance

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.

Source: PAFNet: An Efficient Anchor-Free Object Detector Guidance

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Object Detection 1 100.00%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories