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

Add augmentors to chip classification #859

Merged
merged 7 commits into from Nov 19, 2019
Merged

Add augmentors to chip classification #859

merged 7 commits into from Nov 19, 2019

Commits on Nov 18, 2019

  1. Add augmentors to chip classification

    Added ToNumpyArray transform for compatibility with Albumentations
    
    Finished preliminary implementation of albumentations augmentors
    
    Added more augmentors
    
    Fixed the to protobuf for the augmentors
    
    Fixed typo
    
    Changed return value for the mock augmentor
    
    Updated changelog.rst
    
    Cleaning up of some imports and requirements
    
    Cleaning up code
    lmbak committed Nov 18, 2019
    Copy the full SHA
    93b2c22 View commit details
    Browse the repository at this point in the history
  2. Add augmentors to chip classification

    Added ToNumpyArray transform for compatibility with Albumentations
    
    Finished preliminary implementation of albumentations augmentors
    
    Added more augmentors
    
    Fixed the to protobuf for the augmentors
    
    Fixed typo
    
    Changed return value for the mock augmentor
    
    Updated changelog.rst
    
    Cleaning up of some imports and requirements
    
    Removed unneeded import
    
    Removed another unneeded import
    
    Added augmentor description
    
    Added missing ']'
    
    Style fixes
    lmbak committed Nov 18, 2019
    Copy the full SHA
    780dd8c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    af4f00b View commit details
    Browse the repository at this point in the history
  4. Revert changes to ImageFolder

    We want to be able to use the augmentations with any Dataset
    without having to alter that Dataset
    lewfish committed Nov 18, 2019
    Copy the full SHA
    a7b8725 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bdaa58d View commit details
    Browse the repository at this point in the history
  6. Update changelog [skip ci]

    lewfish committed Nov 18, 2019
    Copy the full SHA
    014293f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bb34385 View commit details
    Browse the repository at this point in the history