LabelSIG is an electrical signal annotation tool inspired by Labelme. Written in Python and utilizing Qt for its graphical interface, LabelSIG is designed for semantic segmentation tasks. Additionally, the tool can directly extract information from Common Format for Transient Data Exchange (COMTRADE) records. By using LabelSIG, various segments of samples are marked with different colors to easily identify their categories.
For more information or to obtain the lastest LabelSIG, please contact us via email at [email protected].- Signal annotation for comtrade file.
- Annotation for fault feeder or section for earth fault localization in distribution networks.
- Installation guides for only Windows platforms now 💻
- Step-by-step tutorials: first annotation to editing, exporting, and integrating with other programs 📕
- A compilation of valuable resources for further exploration 🔗.
You need install Anaconda, then run below:
Install Anaconda, then in an Anaconda Prompt run:
conda create --name=LabeSIG python=3.9
conda activate LabeSIG
pip install LabeSIG
To start LabelSIG, run one of the following commands in your terminal:
labelsig
or
LabelSIG
or
Labelsig