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

Improve batchwise augmentation backend #566

Merged
merged 1 commit into from
Jan 12, 2020
Merged

Commits on Jan 12, 2020

  1. Improve batchwise augmentation backend

    This patch is a follow-up to 2d3fdb7
    It makes the original patch no longer breaking,
    improves naming of methods and adds some tests.
    List of changes:
    
    * Rename augment_batch() to augment_batch_().
    * Rename _augment_batch() to _augment_batch_().
    * Re-add augment_batch() and mark it as deprecated.
    * Add UnnormalizedBatch.fill_from_normalized_batch_()
      and use it in augment_batch_().
    * Add context testutils.TemporaryDirectory.
    * Add a few tests for augment_batch_().
    * Add tests for augmenting images loaded via
      functions from popular libraries.
    aleju committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    9d59582 View commit details
    Browse the repository at this point in the history