From b42cfe4679598c328184d06bcc6edd06b8ba2f35 Mon Sep 17 00:00:00 2001 From: qingqing01 Date: Fri, 13 Dec 2019 18:04:53 +0800 Subject: [PATCH] Fix README in face_detection (#113) --- .gitignore | 8 ++++++++ configs/face_detection/README.md | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 43369eea5..99c138402 100644 --- a/.gitignore +++ b/.gitignore @@ -56,9 +56,17 @@ coverage.xml /docs/_build/ *.json +*.tar dataset/coco/annotations dataset/coco/train2017 dataset/coco/val2017 dataset/voc/VOCdevkit +dataset/fruit/fruit-detection/ +dataset/voc/test.txt +dataset/voc/trainval.txt +dataset/wider_face/WIDER_test +dataset/wider_face/WIDER_train +dataset/wider_face/WIDER_val +dataset/wider_face/wider_face_split diff --git a/configs/face_detection/README.md b/configs/face_detection/README.md index b47d8bd9f..3f957def6 100644 --- a/configs/face_detection/README.md +++ b/configs/face_detection/README.md @@ -1,5 +1,3 @@ -English | [简体中文](README_cn.md) - # FaceDetection The goal of FaceDetection is to provide efficient and high-speed face detection solutions, including cutting-edge and classic models. -- GitLab