From c8f01c495858469f2f2efba97189306f6f00bfec Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Thu, 17 Aug 2023 20:35:36 +0900 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 13ffcc97e..aa2dd14db 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@
- Installation | - Usage | - Tutorial | - Examples | - Discussions | - Youtube FAQ + Starter Kit + | Installation + | Usage + | Examples + | Community +

@@ -52,12 +52,21 @@ It is written in Python and uses Qt for its graphical interface. - [x] Exporting COCO-format dataset for instance segmentation. ([instance segmentation](examples/instance_segmentation)) +## Starter Kit -## Requirements +You can get [Labelme Starter Kit](https://wkentaro.gumroad.com/l/labelmeapp) on Gumroad for free, which contains: -- Ubuntu / macOS / Windows -- Python3 -- [PyQt5 / PySide2](http://www.riverbankcomputing.co.uk/software/pyqt/intro) +- Installation guides for all platforms: Windows, macOS, and Linux 💻 +- Step-by-step tutorials: first annotation to editing, exporting, and integrating with other programs 📕 +- A compilation of valuable resources for further exploration 🔗. + + + + + + + + ## Installation @@ -148,7 +157,6 @@ labelme data_annotated/ --labels labels.txt # specify label list with a file For more advanced usage, please refer to the examples: -* [Tutorial (Single Image Example)](examples/tutorial) * [Semantic Segmentation Example](examples/semantic_segmentation) * [Instance Segmentation Example](examples/instance_segmentation) * [Video Annotation Example](examples/video_annotation)