Yolo_mark icon indicating copy to clipboard operation
Yolo_mark copied to clipboard

Read Only Mode | Feature Request

Open ashuezy opened this issue 6 years ago • 7 comments

I have migrated data from some other format in another dataset to the yolo one. Now i need to check whether the bbox have been applied properly or not. A simple and edit and save button would be nice to have.

ashuezy avatar Apr 26 '18 11:04 ashuezy

Also have the same request, I am using opencv to mark bbox automatically. https://github.com/jing-vision/yolo-studio/blob/master/bin/auto_marker.py

vinjn avatar May 21 '18 13:05 vinjn

@vinjn @ashuezy Do you want to have separate Remove-button for each bonded box?

AlexeyAB avatar May 21 '18 13:05 AlexeyAB

Remove-button is nice to have, but not a must have for me.

vinjn avatar May 21 '18 14:05 vinjn

A Ctrl+s to save would help. Default view only. Remove-button : yes

ashuezy avatar May 21 '18 14:05 ashuezy

  • It saves automatically when you press SPACE or move to the Next/Perv image.
  • Now you can clear only all boxes from the image. I will add buttons to remove only specified box.

AlexeyAB avatar May 21 '18 14:05 AlexeyAB

@AlexeyAB What about using arrow keys to move the bbox in the correct position ? Also if there is a shortcut to reduce the width of the box and height of the box by individual selecting each box ?

dexception avatar May 22 '18 07:05 dexception

@dexception Now you can move any bbox by using Right mouse button.

AlexeyAB avatar Dec 16 '18 23:12 AlexeyAB