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

Don't expand the box when cursor is over the left of the image #146

Open timwintle opened 5 years ago

timwintle commented 5 years ago

This change fixes the following bug:

.. current master keeps the correct left position, but expands the box to the right, so it does not end at the point where you first began to select.