Lane, Road Mark, Traffic Sign, Vanishing Point Labeling Tools
- Support lane, road mark, traffic sign, vanishing point labeling tools
- Multiple vertices line & polygon support
- Draggable Points
- Variable image size support (all images must be the same size)
- Support window resizing
- Python 3
- PyQt5
- Matplotlib
- Pillow
Put the data to be used for labeling in the data
folder. When executing the program, it automatically creates a list of files in data
folder and proceeds labeling.
Road_Labeler_Path
├── main.py
├── marker.py
├── ui.py
├── updater.py
├── postprocess.py
└── data
├── video01
│ ├── frame0001.jpg
│ ├── frame0002.jpg
│ ├── frame0003.jpg
│ └── ...
├── video02
├── video03
└── ...
Run main.py
to execute the program. A single executable file created using pyexe can be downloaded here.
Run postprocess.py
to generate labeled image.
![]() |
![]() |
---|---|
![]() |
![]() |