OpenMMLab Detection Toolbox and Benchmark https://mmdetection.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
akstt 9054e4cc21
[Enhance]: Accelerate SSD and RetinaNet on Ascend (#9614)
2 years ago
..
__init__.py [Enhance]: Accelerate SSD and RetinaNet on Ascend (#9614) 2 years ago
anchor_free_head.py
anchor_head.py
ascend_anchor_head.py [Enhance]: Accelerate SSD and RetinaNet on Ascend (#9614) 2 years ago
ascend_retina_head.py [Enhance]: Accelerate SSD and RetinaNet on Ascend (#9614) 2 years ago
ascend_ssd_head.py [Enhance]: Accelerate SSD and RetinaNet on Ascend (#9614) 2 years ago
atss_head.py
autoassign_head.py
base_dense_head.py
base_mask_head.py
cascade_rpn_head.py Refactor dense_head and speedup (#6268) 3 years ago
centernet_head.py
centripetal_head.py [Fix] Force the inputs of `get_bboxes` in yolox_head to float32. (#7324) 3 years ago
corner_head.py [Fix] Force the inputs of `get_bboxes` in yolox_head to float32. (#7324) 3 years ago
ddod_head.py [Feature] Support DDOD: Disentangle Your Dense Object Detector(ACM MM2021 oral) (#7279) 2 years ago
deformable_detr_head.py [Fix] Fix argument name for force_fp32 in `DeformableDETRHead` (#9607) 2 years ago
dense_test_mixins.py
detr_head.py
embedding_rpn_head.py
fcos_head.py
fovea_head.py
free_anchor_retina_head.py [Fix] Fix reduction=mean in CELoss. (#7449) 3 years ago
fsaf_head.py
ga_retina_head.py
ga_rpn_head.py
gfl_head.py
guided_anchor_head.py
lad_head.py
ld_head.py [refactor] Training of densehead (#6315) 3 years ago
mask2former_head.py [Doc] Fix the wrong shape comments of the mask2former head (#8733) 2 years ago
maskformer_head.py Update maskformer.py and Update maskformer_head.py (#8263) 2 years ago
nasfcos_head.py
paa_head.py
pisa_retinanet_head.py
pisa_ssd_head.py
reppoints_head.py
retina_head.py
retina_sepbn_head.py
rpn_head.py [Fix] fix runtime error of "+=" inplace operation in PyTorch 1.10 (#8439) 2 years ago
sabl_retina_head.py
solo_head.py Fix floordiv warning. (#8648) 2 years ago
solov2_head.py [Fix] Fix solov2 cannot dealing with empty gt image (#9185) 2 years ago
ssd_head.py
tood_head.py [Fix] Avoid invalid bbox after deform_sampling (#7567) 2 years ago
vfnet_head.py
yolact_head.py
yolo_head.py [Fix]: convert scale_factors from list to array to prevent torch tensor UserWarning (#7937) 2 years ago
yolof_head.py
yolox_head.py [Fix]: convert scale_factors from list to array to prevent torch tensor UserWarning (#7937) 2 years ago