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

[Bounding Boxes] Add Support for Bounding Box Transformations during Image Resizing #20368

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Oct 16, 2024

  1. bounding box utils base

    sineeli committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    442b63f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0052cd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. add support for diff formats

    sineeli committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    58b60aa View commit details
    Browse the repository at this point in the history
  2. function name correction

    sineeli committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ded742f View commit details
    Browse the repository at this point in the history
  3. use common methods

    sineeli committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a67f39c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    be3ebe5 View commit details
    Browse the repository at this point in the history
  2. use get_random_transformation for input height and width.

    Remove input dict args for default orig_height and orig_width
    sineeli committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c5457af View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Correct single bounding box transform input and output format

    Change layer names
    Bounding box resizing as per the aspect ratio
    sineeli committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3332d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee349f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    329f562 View commit details
    Browse the repository at this point in the history
  2. corrrect key for labels

    sineeli committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    77093cf View commit details
    Browse the repository at this point in the history
  3. correct the stacking of boxes

    sineeli committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cc1ae80 View commit details
    Browse the repository at this point in the history
  4. nit

    sineeli committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a05d0ca View commit details
    Browse the repository at this point in the history
  5. correct box transformations

    sineeli committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    07a5367 View commit details
    Browse the repository at this point in the history
  6. handle without aspect ratio

    sineeli committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cb89803 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01df3a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48f8e16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47a1097 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    fcd13c2 View commit details
    Browse the repository at this point in the history