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.81k stars 682 forks source link

Crosshair mouse cursor (feature request) #82

Closed tjorim closed 5 years ago

tjorim commented 6 years ago

Thanks for this amazing program, works really well!

Maybe consider changing the cursor to a crosshair, or draw guide lines at the same x and y as the current mouse position.

This would help a lot in correctly encapsulating oblique shapes.

AlexeyAB commented 6 years ago

@tjorim Hi,

What do you mean by crosshair?

Here already there is a mouse crosshair, on windows.

image

tjorim commented 6 years ago

I meant an extended, full width/height crosshair like the following: 3xxhv

Not so important once the user started drawing the rectangle, but it would be easier to align the start of the box at least.

AlexeyAB commented 5 years ago

@tjorim Added this feature.

tjorim commented 5 years ago

Great to see! Will test this out asap, can't wait until I have another project to show of your (and other contributors') effort.