one-stage topic
CondInst
Conditional Convolutions for Instance Segmentation, achives 37.1mAP on coco val
GFocal
Generalized Focal Loss: Learning Qualified and Distributed Bounding Boxes for Dense Object Detection, NeurIPS2020
SSD-variants
PyTorch implementation of several SSD based object detection algorithms.
FCOS
FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
FCOS_PLUS
Some improvements (center sample) about FCOS (FCOS: Fully Convolutional One-Stage Object Detection).
NAS-FCOS
NAS-FCOS: Fast Neural Architecture Search for Object Detection (CVPR 2020)
FreeAnchor
FreeAnchor: Learning to Match Anchors for Visual Object Detection (NeurIPS 2019)
CenterNet
Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .
groomed_nms
[CVPR 2021] Official PyTorch Code of GrooMeD-NMS: Grouped Mathematically Differentiable NMS for Monocular 3D Object Detection
DSSD
Pytorch implementation of DSSD (Deconvolutional Single Shot Detector)