Skip to content

waittim/draw-YOLO-box

Repository files navigation

Draw YOLO boxes

[中文]

Draw bounding boxes on original images based on yolo format annotation. It can help you checking the correctness of annotation and extract the images with wrong boxes. You can use makesense.ai to re-annotate them.

Usage

Draw bounding boxes

  1. Put all of your raw images in ./raw_images/ folder.
  2. Put all of your annotation files(YOLO format txt) in ./labels/ folder.
  3. Write your class information into classes.txt.
  4. Run python draw_box.py in your terminal.

Now you have the images with bounding boxes in the ./save_image/ folder.

Extract the corresponding raw images

  1. Put the images with incorrect boxes into ./wrong/ folder.
  2. Clean up ./save_image/ folder.
  3. Run python get_origin_image.py in your terminal.

Now you have the raw images which were annotated incorrectly in the ./save_image/ folder.

Others

Thanks for 批量将yolo-v3检测结果在原图上画矩形框显示. I modified the code and enhanced its ease of use, added multi-label processing and labeling of category names, and provided a method to obtain the original image.

About

Draw bounding boxes on raw images based on YOLO format annotation. Help to check the correctness of annotation and extract the images with wrong boxes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages