Computer Vision
Search...
Ctrl
K
Object Detection
FCOS
An anchor-free single stage object detector
Previous
ROI pool & ROI align
Next
Object Detection in Detectron2
Last updated
2 years ago
1. Use Feature Pyramid to extract features
2. Use Focal loss to handle imbalance classes
3. Use three separate losses to train the network
Overall model structure
Use feature pyramid to get image features at different scales. 1) Use top down connection to provide lower layers with high level features. 2) Efficient because all levels use the same backbone and