Skip to content

yuelinn/yolo-labels-python-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yolo-labels-python-visualiser

no-nonsense python script to visualise labels of YOLO format.

Usage

  1. Install requirements
pip install -r requirements.txt
  1. set up yaml. See eg_dataset.yaml. Required fields are: {"nc", "names", and "class_clrs"}

  2. Run the script

python3 vis_BB.py \
--images_dir <path to the directory with the rgb images> \
--labels_dir <path to the labels directory> \
--output_dir <path to output images directory> \
--classes_yaml <path to yaml prepared in previous step> \
--show_text 

About

yolo-labels-python-visualiser

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages