Yolo_Label/README.md

35 lines
1.4 KiB
Markdown
Raw Normal View History

2018-10-29 07:26:06 +03:00
# ImageLabelingTool-YOLO-Style
2018-10-29 07:49:17 +03:00
## WHAT IS THIS?!
Reinventing The Wheel!!!!
2018-10-29 08:38:26 +03:00
![1_hfyjxxcfingbcyzcgksaiq](https://user-images.githubusercontent.com/35001605/47629997-b47aa200-db81-11e8-8873-71ae653563e0.png)
2018-10-29 09:09:07 +03:00
In the world, there are many good image labeling tools for object detection. -e.g. , ([Yolo_mark](https://github.com/AlexeyAB/Yolo_mark), [BBox-Label-Tool](https://github.com/puzzledqs/BBox-Label-Tool), [labelImg](https://github.com/tzutalin/labelImg)).
2018-10-29 07:49:17 +03:00
2018-10-29 09:09:07 +03:00
But... I reinvented it...
2018-10-29 08:38:26 +03:00
2018-10-29 10:36:50 +03:00
## WHY DID YOU REINVENT THE WHEEL? ARE YOU STUPID?
2018-10-29 08:38:26 +03:00
2018-10-29 09:09:07 +03:00
When I use the pre-existing program to annotate a training set for YOLO V3, I am sooooooooooo bored...
2018-10-29 08:38:26 +03:00
2018-10-29 10:15:13 +03:00
So I thought about why it is so fxxking bored??
2018-10-29 09:09:07 +03:00
And I found that anwer.
2018-10-29 07:49:17 +03:00
2018-10-29 10:15:13 +03:00
The answer is that pre-existing programs are not **sensitive**.
2018-10-29 07:49:17 +03:00
2018-10-29 10:15:13 +03:00
So I decided to make a **sesnsitive** image labeling tool for object detection.
## SHOW ME YOUR SENSITIVE IMAGE LABELING TOOL!!
2018-10-29 10:31:00 +03:00
See the below picture! It's the **SENSITIVE** image labeling tool for object detection!
2018-10-29 07:49:17 +03:00
![uibaaaam](https://user-images.githubusercontent.com/35001605/47629477-a8d9ac00-db7e-11e8-90e4-be3b71e1a2ca.PNG)
2018-10-29 08:38:26 +03:00
2018-10-29 10:31:00 +03:00
## HMM... I SAW THIS DESIGN SOMEWHERE
I refered to https://pjreddie.com/darknet/, which is the website of Joseph Redmon who invented the [YOLO](https://www.youtube.com/watch?v=MPU2HistivI).
2018-10-29 10:36:08 +03:00
![redmon2](https://user-images.githubusercontent.com/35001605/47635529-a1270100-db98-11e8-8c03-1dcea7c77d1d.PNG)
2018-10-29 10:32:12 +03:00
# USAGE
2018-10-29 10:15:13 +03:00
2018-10-29 08:38:26 +03:00