Skip to content

InhwanBae/Road_Labeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Road_Labeler

Lane, Road Mark, Traffic Sign, Vanishing Point Labeling Tools DEMO2

Features

  • 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

Dependency

  • Python 3
  • PyQt5
  • Matplotlib
  • Pillow

Labeling Process

Data Preparation

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
    └── ...

Data Labeling

Run main.py to execute the program. A single executable file created using pyexe can be downloaded here.

Data Postprocessing

Run postprocess.py to generate labeled image.

Demo Images

DEMO1 DEMO4
DEMO3 DEMO5

About

Road Lane, Object, VP Labeler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages