Skip to content

Commit

Permalink
update sigmas (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
jin-s13 authored Dec 2, 2021
1 parent 4a115bc commit 5daa8b5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions configs/_base_/datasets/ap10k.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
])

0 comments on commit 5daa8b5

Please sign in to comment.