From 5daa8b587ba92a9ebc886e570079efff245040ac Mon Sep 17 00:00:00 2001 From: Jas Date: Fri, 3 Dec 2021 00:25:59 +0800 Subject: [PATCH] update sigmas (#1040) --- configs/_base_/datasets/ap10k.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/configs/_base_/datasets/ap10k.py b/configs/_base_/datasets/ap10k.py index 1c7562cc62..c0df579acb 100644 --- a/configs/_base_/datasets/ap10k.py +++ b/configs/_base_/datasets/ap10k.py @@ -136,11 +136,7 @@ 1., 1., 1., 1., 1., 1., 1., 1.2, 1.2, 1.5, 1.5, 1., 1., 1.2, 1.2, 1.5, 1.5 ], - - # Note: The original paper did not provide enough information about - # the sigmas. We modified from 'https://github.com/cocodataset/' - # 'cocoapi/blob/master/PythonAPI/pycocotools/cocoeval.py#L523' sigmas=[ - 0.025, 0.025, 0.026, 0.035, 0.035, 0.079, 0.079, 0.072, 0.072, 0.062, - 0.062, 0.107, 0.107, 0.087, 0.087, 0.089, 0.089 + 0.025, 0.025, 0.026, 0.035, 0.035, 0.079, 0.072, 0.062, 0.079, 0.072, + 0.062, 0.107, 0.087, 0.089, 0.107, 0.087, 0.089 ])