diff --git a/ppdet/modeling/anchor_heads/fcos_head.py b/ppdet/modeling/anchor_heads/fcos_head.py index 6ab245006566f4332745e2f97c216506e176f6ef..9b5c4b3c02f343e580af157448213c1ee0db16a0 100644 --- a/ppdet/modeling/anchor_heads/fcos_head.py +++ b/ppdet/modeling/anchor_heads/fcos_head.py @@ -377,4 +377,3 @@ class FCOSHead(object): pred = self._post_processing(locations, cls_logits, bboxes_reg, centerness, im_info) return {"bbox": pred} -