Annotation tool using GrabCut() of OpenCV
Annotation tool using GrabCut() of OpenCV. It can be used to create datasets for semantic segmentation. * Due to GrabCut’s algorithm, it is suitable for annotation of data with clear boundaries. opencv-python 4.5.2.54 or later Pillow 7.2.0 or later PySimpleGUI 4.32.1 or later │ app.py │ config.json │ ├─core │ │ gui.py │ └─util.py │ ├─input │ └─output ├─image └─annotation app.py, core/gui.py, core/util.py Source code. input Image files are stored in this directory. output Directory to save annotation results. image:The […]
Read more