HumanSignal / labelImg

LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
https://youtu.be/p0nR2YsCY_U
MIT License
22.73k stars 6.3k forks source link

[Feature Request] copy label from previous frame #600

Open ithuestad opened 4 years ago

ithuestad commented 4 years ago

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.

Zumbalamambo commented 4 years ago

+1

reedts commented 4 years ago

+1

campos537 commented 4 years ago

+1

AnhPC03 commented 4 years ago

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.

reedts commented 4 years ago

@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

emican commented 3 years ago

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

jessica-ciola commented 3 years ago

+1

campos537 commented 3 years ago

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

jessica-ciola commented 3 years ago

Thank you campos537, you saved my day =)

pandadom commented 1 year ago

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