AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
https://github.com/AlexeyAB/darknet
The Unlicense
1.8k stars 680 forks source link

Label Skewed and Connected objects problem #138

Open philipwutw opened 5 years ago

philipwutw commented 5 years ago

Hello, @AlexeyAB , i am sorry to bother you.

In my research, training data as shown below image LP-843

After Using the Yolo_mark to label , image will looks like image But, I think the label like the image above will let detector get some wrong information.

So, I hope that the label box can only get "one" letter or number of information as much as possible. like below image image

How can i solve the this label problem?

AlexeyAB commented 5 years ago

@PhilipWu526 Hi,

But, I think the label like the image above will let detector get some wrong information.

Yolo like other single-shot detectors solve this issue automatically. Don't worry.

Just label as you want to detect.

philipwutw commented 5 years ago

Thank you very much for your quick response and kind help

i will use the way you suggested ❤️

philipwutw commented 5 years ago

@AlexeyAB , sorry to bother you again.

Yolo like other single-shot detectors solve this issue automatically

Can you tell me why single-shot detectors can solve this issue ?

Thanks.