GUI for marking bounded boxes of objects in images for training neural network YOLO
Go to file
2018-11-19 00:28:06 +09:00
Samples Delete raccoon_5.txt 2018-11-01 10:12:36 +09:00
label_img.cpp Fix bug: label index initialize 2018-11-08 20:49:55 +09:00
label_img.h drag and drop => two click event, tableWidget Horizontol Size Error Fix 2018-11-07 14:45:20 +09:00
main.cpp Fix bug: label index initialize 2018-11-08 20:49:55 +09:00
mainwindow.cpp Fix Bug: Read names failure with white space 2018-11-14 22:54:10 +09:00
mainwindow.h Bug fix: Ui resize 2018-11-06 16:12:27 +09:00
mainwindow.ui modfied gui layout 2018-11-07 15:55:10 +09:00
README.md Update README.md 2018-11-19 00:28:06 +09:00
YoloLabel.pro Modified file name 2018-10-30 01:04:03 +09:00

Yolo_label

WHAT IS THIS?!

Reinventing The Wheel!!!!

1_hfyjxxcfingbcyzcgksaiq

In the world, there are many good image labeling tools for object detection. -e.g. , (Yolo_mark, BBox-Label-Tool, labelImg).

But... I've reinvented it...

WHY DID YOU REINVENT THE WHEEL? ARE YOU STUPID?

When I use the pre-existing program to annotate a training set for YOLO V3, I am sooooooooooo bored...

So I thought about why it is so fxxking bored??

And I found that anwer.

The answer is that pre-existing programs are not sensitive.

So I decided to make a sensitive image labeling tool for object detection.

SHOW ME YOUR SENSITIVE IMAGE LABELING TOOL!!

It's the SENSITIVE image labeling tool for object detection!

image

ezgif-5-85c0613befb3

ezgif-5-c57fe634145b

HMM... I SAW THIS DESIGN SOMEWHERE

I refer the website of Joseph Redmon who invented the YOLO.

redmon2

TUTORIAL / USAGE

  1. Download this project

For Windows

0.1 Download this

0.2 Unzip

0.3 Run YoloLabel.exe

download_guide

  1. Put your .jpg, .png -images into some directory (In this tutorial I will use the Kangarooo and the Raccoon Images. These images are in the 'Samples' folder.)

dataset

  1. Put names of objects, one for each line in some file( .txt, .names) and save

objnames

  1. Run Yolo label!

image

  1. Click the button 'Open Files'and open the directory that you saved your custom images and object name lists file that you saved at step 2.

image

  1. And... Label!... Welcome to Hell... I really hate this work in the world.

This program has adopted a different labeling method from other programs that adopt "drag and drop" method.

To minimize wrist strain when labeling, I adopted the method "twice left button click" method more convenient than

"drag and drop" method.

drag and drop

draganddrop

twice left button click

twiceleftbuttonclickmethod

ezgif-5-805073516651

  1. End

endimage

SHORTCUTS

Key Action
A Save and Next Image
D, Space Save and Prev Image
S Next Label
ezgif-5-f7ee77cd24c3
W Prev Label
ezgif-5-ee915c66dad8
Ctrl + S Save
Ctrl + C Delete all existing bounding boxes in the image
Mouse Action
Right Click Delete Focused Bounding Box in the image
ezgif-5-8d0fb51bec75
Wheel Down Save and Next Image
Wheel Up Save and Prev Image

ETC

You can access all image by moving horizontal slider bar. But when you control horizontal slider bar, the last processed image will not be saved automatically. So you should save and move horizontal slider bar, if you want not to lose your work.

ezgif-5-53abf38b3387

CONCLUSIONS

I've reinvented the wheel. dont-reinvent-the-wheel

TO DO LISTS

Upload binary file for easy usage for windows and ubuntu

filename sorting by index

manage deleted file while labeling

Ui event optimzation for ubuntu