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

New LetterBox(size) CenterCrop(size), ToTensor() transforms (#9213) #9213

Merged
merged 13 commits into from
Aug 30, 2022

Commits on Aug 29, 2022

  1. New LetterBox transform

    YOLOv5 LetterBox class for image preprocessing, i.e. T.Compose([T.ToTensor(), LetterBox(size)])
    
    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    332718e View commit details
    Browse the repository at this point in the history
  2. Update augmentations.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    ef6e1a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Update augmentations.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    46e24d8 View commit details
    Browse the repository at this point in the history
  2. Update augmentations.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    91d2a40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d1a009 View commit details
    Browse the repository at this point in the history
  4. cleanup

    glenn-jocher committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3150861 View commit details
    Browse the repository at this point in the history
  5. cleanup

    glenn-jocher committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5119937 View commit details
    Browse the repository at this point in the history
  6. cleanup

    glenn-jocher committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ed9e8de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a8f985 View commit details
    Browse the repository at this point in the history
  8. cleanup

    glenn-jocher committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    85f1a9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    468ab36 View commit details
    Browse the repository at this point in the history
  10. cleanup

    glenn-jocher committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    79862a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d83c4f3 View commit details
    Browse the repository at this point in the history