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

Skip pictures when fix the object id #172

Open zrion opened 4 years ago

zrion commented 4 years ago

Hi, I'm having a problem when trying to mark pictures fixing the object id. When I do that, the picture track bar moves in steps of 2, skipping a picture each time. I find it very inconvenient for marking a large number of images. Do you have any ideas how to fix this? I'm using openCV 3.4.5.

AlexeyAB commented 4 years ago

Hi, I'm having a problem when trying to mark pictures fixing the object id.

There is no feature for fixing object_id.

When I do that, the picture track bar moves in steps of 2,

When you press SPACE it goes to the next image in steps of 1.

zrion commented 4 years ago

There is no feature for fixing object_id.

I meant pointing to the image track bar that does not let the object id bar to move when I go to the next picture using right arrow button.

When you press SPACE it goes to the next image in steps of 1.

This is exactly what I need, thank you!!

AlexeyAB commented 4 years ago

You can use arrows on the keyboard to move to previous or next images.

zrion commented 4 years ago

Is there any other button for moving to the previous images other than the left arrow? Cause I don't want the object id track bar to move.

AlexeyAB commented 4 years ago

Why don't you want to use a keyboard?

zrion commented 4 years ago

Oh, I just want that the object id bar does not move when I switch pictures (so the object id if fixed). But just figured out I can do that with up&down arrow buttons. Thanks!