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

Optim-wip: Improve & fix LaplacianImage #967

Open
wants to merge 30 commits into
base: optim-wip
Choose a base branch
from

Commits on Jun 4, 2022

  1. Improve LaplacianImage

    * Improved `LaplacianImage` code as part of removing the ToDo comment.
    * Added `"same"` padding option to `GaussianSmoothing`.
    ProGamerGov authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    9d92e6b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Improve NaturalImage docs

    * Improved the `NaturalImage` docs.
    * Also removed built-in clamp squash function. It's inclusion was an aesthetic choice, and it's easy enough for users to add on their own.
    ProGamerGov authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a8fa243 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    c8f9cc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    44203fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2f953 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    f867bf3 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    ProGamerGov authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    54b652d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    dd58b75 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    aafc4f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5935119 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    c1161c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Improve ImageParameterization docs (#551)

    * Update images.py
    
    * Update images.py
    ProGamerGov authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    eb6930e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    55cad28 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    fbaa8eb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    5457544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c8511 View commit details
    Browse the repository at this point in the history
  3. Fix weird error: RuntimeError: expected scalar type Float but found D…

    …ouble
    
    It seems to occur in ToRGB on 3 different tests
    ProGamerGov authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    3dc061d View commit details
    Browse the repository at this point in the history
  4. Fix test failures

    ProGamerGov authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    90d9fd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    dd13dc6 View commit details
    Browse the repository at this point in the history
  2. Fix dtype tests

    ProGamerGov authored Jul 9, 2022
    Configuration menu
    Copy the full SHA
    1ffcad4 View commit details
    Browse the repository at this point in the history
  3. Remove failing test

    ProGamerGov authored Jul 9, 2022
    Configuration menu
    Copy the full SHA
    2a0a898 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c833ad View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Fix type hints

    ProGamerGov authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    2d81aec View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    32c4ba5 View commit details
    Browse the repository at this point in the history
  2. Improve doc types

    ProGamerGov authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    6259b13 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    5335a4e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    668aff1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Fix doc type hint

    ProGamerGov authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    4bab7d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Simplify reducer tests

    ProGamerGov authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e727712 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Fix spelling

    ProGamerGov authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    33f9f66 View commit details
    Browse the repository at this point in the history