GUI for marking bounded boxes of objects in images for training neural network YOLO
Go to file
2018-10-30 01:04:03 +09:00
Samples Added a samples 2018-10-29 17:42:38 +09:00
ImageLabelingTool.pro first commit 2018-10-29 13:26:06 +09:00
label_img.cpp first commit 2018-10-29 13:26:06 +09:00
label_img.h first commit 2018-10-29 13:26:06 +09:00
main.cpp first commit 2018-10-29 13:26:06 +09:00
mainwindow.cpp Modified Open File Path 2018-10-29 17:37:18 +09:00
mainwindow.h first commit 2018-10-29 13:26:06 +09:00
mainwindow.ui first commit 2018-10-29 13:26:06 +09:00
README.md Update README.md 2018-10-30 01:02:41 +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 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

HMM... I SAW THIS DESIGN SOMEWHERE

I referred to the website of Joseph Redmon who invented the YOLO.

redmon2

TUTORIAL / USAGE

  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.)

image

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

image

  1. Run Yolo label!

image

  1. Click the button 'Open Files' and open the directory that you saved your custom images.