Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading the image will auto rotated #18

Open
JanusTan opened this issue Dec 1, 2020 · 1 comment
Open

Loading the image will auto rotated #18

JanusTan opened this issue Dec 1, 2020 · 1 comment

Comments

@JanusTan
Copy link

JanusTan commented Dec 1, 2020

When I used roLabelImg to label the OCR pictures, I found it will automatically rotate the original image. Meanwhile, it is difficult to label the originally rotated photos. Could you please add a rotating selection(0°, 180°, 270°,90°) and save the rotated images & their boxes information?

@lllukehuang
Copy link

When I used roLabelImg to label the OCR pictures, I found it will automatically rotate the original image. Meanwhile, it is difficult to label the originally rotated photos. Could you please add a rotating selection(0°, 180°, 270°,90°) and save the rotated images & their boxes information?

Hi @JanusTan , I found the same question recently, and this may cause a big impact on annotations' correctness. Noting the similarities between the roLabelimg and the Labelimg, I tried to find an answer to this question in the relevant community of the Labelimg. Fortunately, I did find one solution of it.

You can find some more wonderful discussions in HumanSignal/labelImg#198 , and here I just paste the solution itself:

On Linux :
exiftran -ai *.jpeg
exiftran
On Windows:
JPEG Autorotate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants