From 9b7e90e7cb282d25dd883d5670a9d9c041b0e604 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Fri, 15 Jun 2018 03:03:06 +0900 Subject: [PATCH] Update README.md --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9c82524..ae44f31 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,11 @@ Fig 1. Example of annotations for instance segmentation. ## Features -- [x] Polygonal annotation -- [x] Predefined labels ([#76](https://github.com/wkentaro/labelme/pull/76)) -- [x] Auto save mode ([#138](https://github.com/wkentaro/labelme/pull/138)) -- [x] Support custom json keys ([#140](https://github.com/wkentaro/labelme/pull/140)) -- [x] Undo by Ctrl-Z ([#112](https://github.com/wkentaro/labelme/pull/112), [#143](https://github.com/wkentaro/labelme/pull/143)) -- [x] Customize by config file ([#144](https://github.com/wkentaro/labelme/pull/144)) -- [x] VOC dataset export ([semantic segmentation](https://github.com/wkentaro/labelme/blob/master/examples/semantic_segmentation), [instance segmentation](https://github.com/wkentaro/labelme/blob/master/examples/instance_segmentation)) -- [x] Image level flag annotation ([#166](https://github.com/wkentaro/labelme/pull/166)) -- [x] Video annotation ([video annotation](https://github.com/wkentaro/labelme/blob/master/examples/video_annotation)) +- [x] Image / Video polygonal annotation. ([tutorial](https://github.com/wkentaro/labelme/blob/master/examples/tutorial), [video annotation](https://github.com/wkentaro/labelme/blob/master/examples/video_annotation)) +- [x] Image level flag annotation. ([#166](https://github.com/wkentaro/labelme/pull/166)) +- [x] GUI customization (predefined labels / flags, auto-saving, label validation, etc). ([#144](https://github.com/wkentaro/labelme/pull/144)) +- [x] Exporting VOC-like dataset for semantic/instance segmentation. ([semantic segmentation](https://github.com/wkentaro/labelme/blob/master/examples/semantic_segmentation), [instance segmentation](https://github.com/wkentaro/labelme/blob/master/examples/instance_segmentation)) + ## Requirements -- GitLab