Skip to content

horngjason/yolo-boundingbox-labeler-GUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO v2 Bounding Box Tool

New GitHub stars

Bounding box labeler tool to generate the training data in the format YOLO v2 requires.

Table of contents

Quick start

To start using the YOLO Bounding Box Tool you need to download the latest release or clone the repo:

git clone https://github.com/Cartucho/yolo-boundingbox-labeler-GUI

Prerequisites

You need to install:

Run project

Step by step:

  1. Insert the images in the folder images/
  2. Insert the class list in the file class_list.txt
  3. Run the code: python run.py
  4. You can find the bounding box files in the folder bbox_txt/

GUI usage

Keyboard, press:

Key Description
h help
q quit
e edges
a/d previous/next image
s/w previous/next class

Mouse:

  • Use two left clicks to do each bounding box
  • Use the middle mouse to zoom in and out

Authors

About

Bounding box labeler tool to generate the training data in the format YOLO v2 requires.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%