Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • pystencils pystencils
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pycodegen
  • pystencilspystencils
  • Merge requests
  • !129

Merged
Created Jan 17, 2020 by Stephan Seitz@seitzMaintainer

Interpolation refactoring

  • Overview 0
  • Commits 31
  • Pipelines 9
  • Changes 14

This is among other small things a refactoring of the interpolation

  • Make textures less special (now subclasses of interpolator)
  • Remove TextureCache
  • (Ab-) use finite differences to enable spatial derivatives of interpolators
  • enable code to use https://github.com/theHamsta/CubicInterpolationCUDA (not included into pystencils, not even as a submodule)

I can use it to transform Lenna and get gradients with Torch wrt. to image content, x-translation, y-translation Screenshot_20200115_182600

Also a nice image lenna transformed

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: interpolation-refactoring