This repository contains a line segment annotation tool for pinhole, fisheye, and spherical images, which is implemented with PyQt5.
pip install -r ./requirements.txt
|-- dataset
|-- <image folder>
|-- 000001.png
|-- 000002.png
|-- ...
|-- <label folder>
|-- 000001.mat
|-- 000002.mat
|-- ...
|-- <coeff folder>
|-- 000001.yaml
|-- 000002.yaml
|-- ...
python Labelline.py --type <image type> [--coeff_file <coeff image>]
Please refer to Usage.md for more usage information.