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

HELP! How to customize my own new button Settings? #209

Open YRDTSS opened 3 years ago

YRDTSS commented 3 years ago

Hello, thank you for your excellent work, your annotation software has helped me a lot! In particular, the ability to select the Object ID by pressing the number key is convenient for me.However, in the process of image annotation, the numbers 1-9 cannot meet my needs. I want to know how I can customize more Object ids. For example, when I press the letter A key, the Object ID will display the number 10.I would like to ask you if you will allow modifications to the source code, and I am a C++ beginner, I would like to ask you in which part of the.cpp file should I customize my own new key Settings. Your reply will be greatly appreciated.

YRDTSS commented 3 years ago

If anyone else has modified the source code to implement something like this, please let me know

YRDTSS commented 3 years ago

How do I customize my own keyboard shortcuts?