From 855bec942d1b8659b3f00c0416769c164c2e7456 Mon Sep 17 00:00:00 2001 From: Ross Taylor Date: Fri, 5 Apr 2019 15:31:06 +0100 Subject: [PATCH 1/2] Update README./md with evaluation results Including SoTA badges for this implementation. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c5a7ec5..127a9af 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ ## [DSFD: Dual Shot Face Detector](https://arxiv.org/abs/1810.10220) [![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE) +[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dsfd-dual-shot-face-detector/face-detection-wider-face-easy)](https://paperswithcode.com/sota/face-detection-wider-face-easy?p=dsfd-dual-shot-face-detector) +[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dsfd-dual-shot-face-detector/face-detection-wider-face-medium)](https://paperswithcode.com/sota/face-detection-wider-face-medium?p=dsfd-dual-shot-face-detector) +[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dsfd-dual-shot-face-detector/face-detection-wider-face-hard)](https://paperswithcode.com/sota/face-detection-wider-face-hard?p=dsfd-dual-shot-face-detector) +[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dsfd-dual-shot-face-detector/face-detection-fddb)](https://paperswithcode.com/sota/face-detection-fddb?p=dsfd-dual-shot-face-detector) By [Jian Li](https://lijiannuist.github.io/), [Yabiao Wang](https://github.com/ChaunceyWang), [Changan Wang](https://github.com/HiKapok), [Ying Tai](https://tyshiwo.github.io/) From 94142cc5fb0dca1b31cea2e494edef8f720de10c Mon Sep 17 00:00:00 2001 From: Ross Taylor Date: Fri, 5 Apr 2019 15:36:43 +0100 Subject: [PATCH 2/2] Update README.md Include badge for highlighting the performance of the paper (state of the art) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 127a9af..9b2923c 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ ## [DSFD: Dual Shot Face Detector](https://arxiv.org/abs/1810.10220) [![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE) -[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dsfd-dual-shot-face-detector/face-detection-wider-face-easy)](https://paperswithcode.com/sota/face-detection-wider-face-easy?p=dsfd-dual-shot-face-detector) -[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dsfd-dual-shot-face-detector/face-detection-wider-face-medium)](https://paperswithcode.com/sota/face-detection-wider-face-medium?p=dsfd-dual-shot-face-detector) -[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dsfd-dual-shot-face-detector/face-detection-wider-face-hard)](https://paperswithcode.com/sota/face-detection-wider-face-hard?p=dsfd-dual-shot-face-detector) [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/dsfd-dual-shot-face-detector/face-detection-fddb)](https://paperswithcode.com/sota/face-detection-fddb?p=dsfd-dual-shot-face-detector) By [Jian Li](https://lijiannuist.github.io/), [Yabiao Wang](https://github.com/ChaunceyWang), [Changan Wang](https://github.com/HiKapok), [Ying Tai](https://tyshiwo.github.io/)