yazdotai / OpenLabeling

Open Source labeling tool to generate the training data in the format YOLO requires.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenLabeling - Open Source YOLO Bounding Box Tool

New GitHub stars

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

The idea is to use OpenCV so that later it uses SIFT and Tracking algorithms to make labeling easier.

I wanted this tool to give automatic suggestions for the labels! New Features Discussion

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/OpenLabeling

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 separate left clicks to do each bounding box
  • Use the middle mouse to zoom in and out
  • Use double click to select a bounding box

Authors

About

Open Source labeling tool to generate the training data in the format YOLO requires.

License:Apache License 2.0


Languages

Language:Python 100.0%