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

Change class label with mouse wheel #127

Open alemelis opened 5 years ago

alemelis commented 5 years ago

As in the title. I added the possibility of using mouse wheel to skim through the labels without the need of dragging the slider.

I also mapped keys a and s to next and previous image, respectively. This comes handy if you do not have arrow keys on the keyboard (as I do...)