From 2347f7d402af7e21284cf49267e2c914c501c5b8 Mon Sep 17 00:00:00 2001 From: yatengLG <31759824+yatengLG@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:26:14 +0800 Subject: [PATCH] Update README-en.md --- README-en.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index 0ac4003..304f3ca 100644 --- a/README-en.md +++ b/README-en.md @@ -12,6 +12,16 @@ Demo Video:[youtube](https://www.youtube.com/watch?v=yLdZCPmX-Bc) [中文](README.md) [English](README-en.md) +# Feature + +1. Support semantic segmentation and instance segmentation +2. Get the mask by SAM (segment anything model) and convert the mask into polygon. +3. Interactive correction mask, by clicking on the area of interest (not of interest) with the left (right) mouse button. +4. Support manual creation of polygons. +5. Support modifying polygons. +6. Support for adjusting polygon occlusion. +7. Support opening JSON files annotated by labelme (please backup a copy before opening). +8. Support exporting annotations as single-channel png images. # INSTALL ## 1. Run the source code @@ -57,4 +67,4 @@ python main.py # Explain 1. The software needs to run well under the GPU and enought VRAM. 2. If you don't have a GPU or don't have enought VARM, please manually draw polygons for labeling by [ISAT](https://github.com/yatengLG/ISAT). -3. \ No newline at end of file +3.