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.63k stars 6.29k forks source link

Please add relative Coordinates and relative Paths in XML #127

Open RobinBaumann opened 7 years ago

RobinBaumann commented 7 years ago

It would be great if the coordinates in the saved XML were relative, so that resizing the Image doesn't require to adjust the coordinates of the bounding boxes. For exampe, consider an Image of size 640x480, the relative Coordinate for XMin should be: 0.125 instead of the fix value 80.

Also it would be useful, if the paths were relative either to the Annotation or to a defineable location (like the project root directory of the developing project. #

aescarcha commented 7 years ago

Relative paths would be great to allow several people to work on a shared folder at the same time