From b97322ed3aab4431a5863227f6dbe2b3bee135b8 Mon Sep 17 00:00:00 2001 From: tianyuandu Date: Thu, 13 Aug 2020 14:07:19 +0800 Subject: [PATCH] remove cornernet's benchmark (#3544) --- configs/cornernet/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/cornernet/README.md b/configs/cornernet/README.md index 13b21ec696d..d3000791ad6 100644 --- a/configs/cornernet/README.md +++ b/configs/cornernet/README.md @@ -16,9 +16,9 @@ | Backbone | Batch Size | Step/Total Epochs | Mem (GB) | Inf time (fps) | box AP | Download | | :-------------: | :--------: |:----------------: | :------: | :------------: | :----: | :------: | -| HourglassNet-104 | [10 x 5](./cornernet_hourglass104_mstest_10x5_210e_coco.py) | 180/210 | 13.9 | 4.2 | 40.6
TTA: 41.3 | [model](https://openmmlab.oss-accelerate.aliyuncs.com/mmdetection/v2.0/cornernet/cornernet_hourglass104_mstest_10x5_210e_coco/cornernet_hourglass104_mstest_10x5_210e_coco_20200701_022705-4bd2dcbd.pth) | [log](https://openmmlab.oss-accelerate.aliyuncs.com/mmdetection/v2.0/cornernet/cornernet_hourglass104_mstest_10x5_210e_coco/cornernet_hourglass104_mstest_10x5_210e_coco_20200701_022705.log.json) | -| HourglassNet-104 | [8 x 6](./cornernet_hourglass104_mstest_8x6_210e_coco.py) | 180/210 | 15.9 | 4.2 | 40.9
TTA: 41.2 | [model](https://openmmlab.oss-accelerate.aliyuncs.com/mmdetection/v2.0/cornernet/cornernet_hourglass104_mstest_8x6_210e_coco/cornernet_hourglass104_mstest_8x6_210e_coco_20200701_022705-f419f5d3.pth) | [log](https://openmmlab.oss-accelerate.aliyuncs.com/mmdetection/v2.0/cornernet/cornernet_hourglass104_mstest_8x6_210e_coco/cornernet_hourglass104_mstest_8x6_210e_coco_20200701_022705.log.json) | -| HourglassNet-104 | [32 x 3](./cornernet_hourglass104_mstest_32x3_210e_coco.py) | 180/210 | 9.5 | 3.9 | 39.6
TTA: 40.4 | [model](https://openmmlab.oss-accelerate.aliyuncs.com/mmdetection/v2.0/cornernet/cornernet_hourglass104_mstest_32x3_210e_coco/cornernet_hourglass104_mstest_32x3_210e_coco_20200614_005449-9b9368d6.pth) | [log](https://openmmlab.oss-accelerate.aliyuncs.com/mmdetection/v2.0/cornernet/cornernet_hourglass104_mstest_32x3_210e_coco/cornernet_hourglass104_mstest_32x3_210e_coco_20200614_005449.log.json) | +| HourglassNet-104 | [10 x 5](./cornernet_hourglass104_mstest_10x5_210e_coco.py) | 180/210 | 13.9 | 4.2 | | | +| HourglassNet-104 | [8 x 6](./cornernet_hourglass104_mstest_8x6_210e_coco.py) | 180/210 | 15.9 | 4.2 | | | +| HourglassNet-104 | [32 x 3](./cornernet_hourglass104_mstest_32x3_210e_coco.py) | 180/210 | 9.5 | 3.9 | | | Note: - TTA setting is single-scale and `flip=True`.