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 Modulated Deformable Convolution layer #2196

Closed
wants to merge 15 commits into from

Commits on Oct 7, 2020

  1. Add DeformableConv2D layer

    Licht-T committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3014347 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Fix headers

    Licht-T committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    5066b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b283d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44bf775 View commit details
    Browse the repository at this point in the history
  4. Revert "Remove Tensorflow Python internal reference"

    This reverts commit 44bf775.
    Licht-T committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    536fc16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a64e05b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    480bbb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Refactor and add GPU kernel

    Licht-T committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7e9654f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e02ca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99034d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Bug fix and add more tests

    Licht-T committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e751f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f62ebf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Parallelize CPU kernel

    Licht-T committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    da64fb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    043eb7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    310f046 View commit details
    Browse the repository at this point in the history