Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

ColorNormalizeAug now accepts mxnet NDArrays as well as stated (wrongly) in the documentation. #11606

Merged
merged 8 commits into from
Jul 9, 2018

Commits on Jul 7, 2018

  1. ColorNormalizeAug now accepts mxnet NDArrays as well.

    According to the doc of mx.image.ColorNormalizeAug mean and std must be mxnet NDArrays though in reality it accepts only numpy arrays. This commit allows ColorNormalizeAug to accept both numpy and mxnet ndarrays.
    
    Extended the image unit tests to cover this functionality.
    ifeherva committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    2dc22a9 View commit details
    Browse the repository at this point in the history
  2. Fixed missing brackets

    ifeherva committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    ce583fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5dde17 View commit details
    Browse the repository at this point in the history
  4. Fixed linting issue

    ifeherva committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    2918da9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2018

  1. Fixed namespace issue

    ifeherva committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    f272dcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3552296 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4418872 View commit details
    Browse the repository at this point in the history
  4. Added with_seed annotation

    ifeherva committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    9c053f8 View commit details
    Browse the repository at this point in the history