From 1d49f9e3fd371b43d1d8eab0566c26569632fcf7 Mon Sep 17 00:00:00 2001 From: xinyingxinying <63766413+xinyingxinying@users.noreply.github.com> Date: Fri, 17 Apr 2020 20:48:47 +0800 Subject: [PATCH] # add deform in fcos head --- ppdet/modeling/anchor_heads/fcos_head.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ppdet/modeling/anchor_heads/fcos_head.py b/ppdet/modeling/anchor_heads/fcos_head.py index 9b5c4b3c0..6ab245006 100644 --- a/ppdet/modeling/anchor_heads/fcos_head.py +++ b/ppdet/modeling/anchor_heads/fcos_head.py @@ -377,3 +377,4 @@ class FCOSHead(object): pred = self._post_processing(locations, cls_logits, bboxes_reg, centerness, im_info) return {"bbox": pred} + -- GitLab