zhangxiaosong18/FreeAnchor
A PyTorch implementation of a one-stage object detection method that learns to match anchors for visual object detection.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
FreeAnchor is an implementation of a NeurIPS 2019 paper on object detection. It provides an alternative to the IoU-based anchor matching strategy used in traditional one-stage detectors by learning to match anchors for each object. The repository builds on maskrcnn-benchmark and includes pre-trained models with multi-scale training and testing support on the COCO dataset.