Update README-en.md
This commit is contained in:
parent
945a3bcc04
commit
2347f7d402
12
README-en.md
12
README-en.md
@ -12,6 +12,16 @@ Demo Video:[youtube](https://www.youtube.com/watch?v=yLdZCPmX-Bc)
|
|||||||
|
|
||||||
[中文](README.md) [English](README-en.md)
|
[中文](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
|
# INSTALL
|
||||||
## 1. Run the source code
|
## 1. Run the source code
|
||||||
@ -57,4 +67,4 @@ python main.py
|
|||||||
# Explain
|
# Explain
|
||||||
1. The software needs to run well under the GPU and enought VRAM.
|
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).
|
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.
|
3.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user