From 302c55ded5832a1d702846fd165508c7b4db4697 Mon Sep 17 00:00:00 2001 From: Shenglin Date: Tue, 18 Jan 2022 07:59:39 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 548b027..7f952b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Semi-automated Labelme ## Description -Labelme is an image annotation tool for machine learning and deep learning inspired by [1, 2]. This tool has great impact in the development of object detection and segmentation with deep learning. Thanks to [Wada's contribution](https://github.com/wkentaro/labelme) [3], Labelme is developed and many researchers enjoy great benefits from it. +[Labelme](https://github.com/wkentaro/labelme) is an image annotation tool for machine learning and deep learning inspired by [1, 2]. This tool has great impact in the development of object detection and segmentation with deep learning. Thanks to [Wada's contribution](https://github.com/wkentaro/labelme) [3], Labelme is developed and many researchers enjoy great benefits from it. This repo is an extension of Wada's work [3], we extend Labelme with Deep learning, consequently, we can speed up annotating images with the assistance of deep learning. In this repo, we use mmdetection [4], a famous detection toolbox, to achieve semi-automated annotating images so that users can use detector to get annotations without manually annotating.