From 41e6c4d7e2e825d942ded09f18dccc830b77c248 Mon Sep 17 00:00:00 2001 From: xinyingxinying <63766413+xinyingxinying@users.noreply.github.com> Date: Mon, 20 Apr 2020 10:51:48 +0800 Subject: [PATCH] update fcos_head.py # add dcn in fcos_head.py(#95) --- ppdet/modeling/anchor_heads/fcos_head.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ppdet/modeling/anchor_heads/fcos_head.py b/ppdet/modeling/anchor_heads/fcos_head.py index 6ab245006..9b5c4b3c0 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} - -- GitLab