kmsravindra / labelImg

Modified the labelImg tool to propagate bounding boxes in a frame sequence automatically. This will improve productivity by not having to draw the box every time on the next frame. Added a option in the view menu "Propagate bounding boxes to the next frame". This needs to be checked for the needed functionality to happen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LabelImg

Made changes to the original LabelImg tool (from this repo here - https://github.com/tzutalin/labelImg/ ) to propagate the bounding boxes from one image to the other in a video extracted frame sequence, thereby reducing the effort to manually draw a bounding box on each and every image. This should help in annotating video sequences where the successive frames look very similar to the previous ones. To propagate the bounding box check the option in View menu - Propagate bounding box to the next image. Also an attempt is made to fix few issues with the orignal tool.

For installations and use follow the same instructions of the original LabelImg tool here as well.

About

Modified the labelImg tool to propagate bounding boxes in a frame sequence automatically. This will improve productivity by not having to draw the box every time on the next frame. Added a option in the view menu "Propagate bounding boxes to the next frame". This needs to be checked for the needed functionality to happen.

License:MIT License


Languages

Language:Python 96.0%Language:Shell 3.7%Language:Makefile 0.3%