labelImg icon indicating copy to clipboard operation
labelImg copied to clipboard

[Feature Request] copy label from previous frame

Open ithuestad opened this issue 4 years ago • 10 comments

It would be nice to copy select labels and boxes from the previous frame into the current one, possibly with the press of a key. Having this capability would speed up the labeling process for video frames.

  • **OS: Windows 10
  • **PyQt version: 5

ithuestad avatar Jun 03 '20 20:06 ithuestad

+1

Zumbalamambo avatar Jun 07 '20 19:06 Zumbalamambo

+1

reedts avatar Jun 11 '20 13:06 reedts

+1

campos537 avatar Aug 05 '20 13:08 campos537

if you copy select labels and boxes from the previous frame into the current one, then current frame isn't useful for your task, specialize in machine learning. Your model can't learning any more if you have two or more image with the same position and same coordinates of bounding box. So i guess you can remove your similarity images and just keep one.

AnhPC03 avatar Aug 19 '20 09:08 AnhPC03

@AnhPC03 I'd argue that strongly depends on the specific cases. I currently have many cases where we label pictures with multiple classes, where some classes stay static in a series of images while the others move. If training data is sparse, there is no good reason to not use these images for training, even if only class detection of the moving classes benefits. However you still have to label also the static classes in these images. So for this cases (and I have them with over 300 objects per image) this feature would be an immense time saver **EDIT: ** Typo

reedts avatar Aug 19 '20 09:08 reedts

Along the lines of reddts, I have a scenario with some static objects and different light conditions so this feature would be helpful.

emican avatar Dec 01 '20 03:12 emican

+1

jessica-ciola avatar Dec 02 '20 05:12 jessica-ciola

Hey guys, if i'm understanding well this feature was already added in this PR https://github.com/tzutalin/labelImg/pull/627

campos537 avatar Dec 02 '20 12:12 campos537

Thank you campos537, you saved my day =)

jessica-ciola avatar Dec 02 '20 18:12 jessica-ciola

press: Ctrl + v to copy the labels of the previous image

pandadom avatar Sep 13 '23 11:09 pandadom