/SegLabel

Labeling tool for semantic segmentation task

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

SegLabel

Labeling tool for semantic segmentation task

INSTALL

pip install virtualenv
virtualenv venv
call venv/scripts/activate
pip install -r requirements.txt

HOW TO USE

python .\main.py --file_ex 'mp4' --data_path 'data/video' --mask_path 'data/video_mask' --if_video True