From 360ae805915752ca766d7865a90edbf18baad814 Mon Sep 17 00:00:00 2001 From: Lei Yang Date: Wed, 5 Aug 2020 00:43:13 +0800 Subject: [PATCH] rename detectors to classifiers (#19) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b48c6eb4..9a7aae06 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ Please refer to [CONTRUBUTING.md](.github/CONTRIBUTING.md) for the contributing ## Acknowledgement MMClassification is an open source project that is contributed by researchers and engineers from various colleges and companies. We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks. -We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new detectors. +We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new classifiers.