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

Fix albumentations versions >= 1.4.11 #11870

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 22, 2024

  1. Fix albu versions >= 1.4.11 (open-mmlab#11770)

    This commit introduces very basic version parsing for albumentations in order to know whether the strict parameter for albu.Compose is supported, and passes strict=False if it is. If it isn't supported, fall back to not passing the strict parameter, which only works on albu <= 1.4.6.
    Theelx authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    79e35f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a41cad View commit details
    Browse the repository at this point in the history
  3. Fix linting run

    Change double quotes to single quotes.
    Theelx authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d3ed6b2 View commit details
    Browse the repository at this point in the history
  4. Fix isort run

    Theelx authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0afb7f7 View commit details
    Browse the repository at this point in the history
  5. Run pre-commit hooks

    Theelx committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d716d0f View commit details
    Browse the repository at this point in the history
  6. Fix list >= tuple comparison

    Theelx committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0c0a640 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bec159e View commit details
    Browse the repository at this point in the history