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 CombineTransforms operator #2317

Merged
merged 43 commits into from
Oct 7, 2020

Commits on Sep 30, 2020

  1. WIP Affine transform generators

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    dc385a8 View commit details
    Browse the repository at this point in the history
  2. Add Translate Transform

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    81d2ead View commit details
    Browse the repository at this point in the history
  3. Code review fixes

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    82938cf View commit details
    Browse the repository at this point in the history
  4. Some code review fixes

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    6975415 View commit details
    Browse the repository at this point in the history
  5. Separate matrix definition from argument processing

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    67f7b70 View commit details
    Browse the repository at this point in the history
  6. Add tests

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    3d731e1 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    3243dd6 View commit details
    Browse the repository at this point in the history
  8. Calculate ndim as mat_dim - 1

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    1c66aab View commit details
    Browse the repository at this point in the history
  9. Add ScaleTransform

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    d9e54a4 View commit details
    Browse the repository at this point in the history
  10. Fix merge

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    a293d14 View commit details
    Browse the repository at this point in the history
  11. Add Rotate Affine Transform generator

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    f6fe233 View commit details
    Browse the repository at this point in the history
  12. Utilities

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    966ae17 View commit details
    Browse the repository at this point in the history
  13. Add Shear operator

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    0702de7 View commit details
    Browse the repository at this point in the history
  14. Code review fixes

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    17a370d View commit details
    Browse the repository at this point in the history
  15. Use scipy Rotation

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    a2e0a26 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Code review fixes

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    3c0044e View commit details
    Browse the repository at this point in the history
  2. Add CropTransform

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    0910809 View commit details
    Browse the repository at this point in the history
  3. Rename operators

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    1417f72 View commit details
    Browse the repository at this point in the history
  4. File rename

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    dd4db07 View commit details
    Browse the repository at this point in the history
  5. Rename operators

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    f3804e9 View commit details
    Browse the repository at this point in the history
  6. Rename operators

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    84200d5 View commit details
    Browse the repository at this point in the history
  7. Code review fixes

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    4cf8245 View commit details
    Browse the repository at this point in the history
  8. Add CombineTransforms operator

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    03f94de View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Merge branch 'master' into combine_transforms

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    2af9f64 View commit details
    Browse the repository at this point in the history
  2. [WIP]

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient authored and jantonguirao committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    9848fdf View commit details
    Browse the repository at this point in the history
  3. Use underscores

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient authored and jantonguirao committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    890bdd4 View commit details
    Browse the repository at this point in the history
  4. Working!

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient authored and jantonguirao committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    642e97a View commit details
    Browse the repository at this point in the history
  5. Generate docs for fn

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient authored and jantonguirao committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    b4c7b38 View commit details
    Browse the repository at this point in the history
  6. Fix documentation

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    edc99e1 View commit details
    Browse the repository at this point in the history
  7. Rename operators

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    fa087a6 View commit details
    Browse the repository at this point in the history
  8. Fix docs

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    df60cd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Autodoc fn

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    42ac1ce View commit details
    Browse the repository at this point in the history
  2. Code review fixes

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d1ddbd8 View commit details
    Browse the repository at this point in the history
  3. Fix PythonFunction doc

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d3c1bce View commit details
    Browse the repository at this point in the history
  4. Merge branch 'module_transforms3' into combine_transforms

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    e1c65c5 View commit details
    Browse the repository at this point in the history
  5. Code review fixes

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    3ae3dee View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    4cf13db View commit details
    Browse the repository at this point in the history
  7. Merge branch 'module_transforms3' into combine_transforms

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    fb6e3d7 View commit details
    Browse the repository at this point in the history
  8. Add submodule sections in docs

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    c1a369a View commit details
    Browse the repository at this point in the history
  9. Code review fixes

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    5324e43 View commit details
    Browse the repository at this point in the history
  10. Add submodule import

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    964515e View commit details
    Browse the repository at this point in the history
  11. Add documentation and straight forward testcase

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9a08245 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Merge remote-tracking branch 'upstream/master' into combine_transforms

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    b55954b View commit details
    Browse the repository at this point in the history