From a229165263d464ccfd9ca4b29e7649a931f8e0c4 Mon Sep 17 00:00:00 2001 From: yangxue Date: Wed, 18 Nov 2020 21:56:53 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d06906d..581aac7 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ This is a tensorflow re-implementation of [Focal Loss for Dense Object Detection | RetinaNet | ResNet50_v1d 600 | VOC07+12 trainval | VOC07 test | 79.66 | - | - | - | 8X GeForce RTX 2080 Ti | 1 | cfgs_res50_voc0712_v1.py | | RetinaNet | ResNet101_v1d 600 | VOC07+12 trainval | VOC07 test | 81.69 | - | - | - | 8X GeForce RTX 2080 Ti | 1 | cfgs_res50_voc0712_v4.py | | RetinaNet | ResNet101_v1d 800 | VOC07+12 trainval | VOC07 test | 80.69 | - | - | - | 8X GeForce RTX 2080 Ti | 1 | cfgs_res50_voc0712_v3.py | -| RetinaNet | ResNet50_v1 600 | COCO train2017 | COCO val2017 (coco minival) | 33.4 | 12.2 | - | 1x | 8X GeForce RTX 2080 Ti | 1 | cfgs_res50_coco_1x_v4.py | -| RetinaNet | ResNet50_v1 600 | COCO train2017 | COCO val2017 (coco minival) | 34.3 (paper: 34.0) | 12.2 | [model](https://drive.google.com/file/d/1UIHFh_QnYpQCeFPimnmZhPuxpIkFjwq5/view?usp=sharing) | 1x | 4X GeForce RTX 2080 Ti | 2 | cfgs_res50_coco_1x_v5.py | +| RetinaNet | ResNet50_v1d 600 | COCO train2017 | COCO val2017 (coco minival) | 33.4 | 12.2 | - | 1x | 8X GeForce RTX 2080 Ti | 1 | cfgs_res50_coco_1x_v4.py | +| RetinaNet | ResNet50_v1d 600 | COCO train2017 | COCO val2017 (coco minival) | 34.3 (paper: 34.0) | 12.2 | [model](https://drive.google.com/file/d/1UIHFh_QnYpQCeFPimnmZhPuxpIkFjwq5/view?usp=sharing) | 1x | 4X GeForce RTX 2080 Ti | 2 | cfgs_res50_coco_1x_v5.py | ## My Development Environment 1态python3.5 (anaconda recommend)