GUI for marking bounded boxes of objects in images for training neural network YOLO
Go to file
2018-10-29 17:42:38 +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-29 16:36:50 +09:00

ImageLabelingTool-YOLO-Style

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 sesnsitive image labeling tool for object detection.

SHOW ME YOUR SENSITIVE IMAGE LABELING TOOL!!

See the below picture! It's the SENSITIVE image labeling tool for object detection! uibaaaam

HMM... I SAW THIS DESIGN SOMEWHERE

I refered to https://pjreddie.com/darknet/, which is the website of Joseph Redmon who invented the YOLO. redmon2

USAGE