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

Remove image.copy() op from exif_transpose() #5574

Closed
wants to merge 2 commits into from
Closed

Remove image.copy() op from exif_transpose() #5574

wants to merge 2 commits into from

Commits on Jul 2, 2021

  1. Remove image.copy() op from exif_transpose()

    This version of the function avoids image copy and a dictionary build for the majority use case of missing exif tags / no action needed on call.
    
    As implemented in YOLOv5 in ultralytics/yolov5#3852
    glenn-jocher committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    7fb93f4 View commit details
    Browse the repository at this point in the history
  2. speed improvements

    glenn-jocher committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    58a80ad View commit details
    Browse the repository at this point in the history