no-nonsense python script to visualise labels of YOLO format.
- Install requirements
pip install -r requirements.txt-
set up yaml. See eg_dataset.yaml. Required fields are: {"nc", "names", and "class_clrs"}
-
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