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

Even faster cropping #152

Merged
merged 37 commits into from
Apr 26, 2022
Merged

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    1a83f09 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into minor_fixes

    Loic Royer committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    318bb58 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. fixed inconsistencies of blindspot treatement between FGR/CNN and Cla…

    …ssic. Added (hidden) flag in docstrings to hide parameters entirely.
    Loic Royer committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    b4cd074 View commit details
    Browse the repository at this point in the history
  2. small fix

    Loic Royer committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    6ff11d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. I think I finally fixed Butterworth! It was kind of working but was q…

    …uite unstable and sometimes would fail. The trick is really to have a much bigger crop for calibration, there is no escape from that frankly. Other tweaks in this commit as wellas improved docstrings.
    Loic Royer committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    9d42412 View commit details
    Browse the repository at this point in the history
  2. small test fix

    Loic Royer committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    0bf0720 View commit details
    Browse the repository at this point in the history
  3. small fix

    royerloic committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    95e05f5 View commit details
    Browse the repository at this point in the history
  4. fixed some issues with hcr and hela demos, tried GPU inference, not w…

    …orking yet even on cb 1.0.5
    royerloic committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    e360fb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bac393f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

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

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    6d87ad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223f701 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

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

Commits on Apr 20, 2022

  1. black and flake fixes

    AhmetCanSolak committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    13c2548 View commit details
    Browse the repository at this point in the history
  2. forgot correlation code!

    Loic Royer committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9487d56 View commit details
    Browse the repository at this point in the history
  3. black and flake8 fixes

    AhmetCanSolak committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    0a24b94 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. forgot correlation code!

    Loic Royer committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    549dfef View commit details
    Browse the repository at this point in the history
  2. black fixes

    AhmetCanSolak committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    3e62e64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf6798 View commit details
    Browse the repository at this point in the history
  4. flake8 fixes

    AhmetCanSolak committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    30686a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59bce69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25c8660 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7ffabb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    56e33fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dcda47 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. faster cropping

    Loic Royer committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    81acd2c View commit details
    Browse the repository at this point in the history
  2. fixed issue with dim analysis

    Loic Royer committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    05f1c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbc66c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. fixing tests

    royerloic committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    473ad84 View commit details
    Browse the repository at this point in the history
  2. small improvement

    royerloic committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    461f10d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58c72ce View commit details
    Browse the repository at this point in the history
  4. some tuning

    royerloic committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d7c282b View commit details
    Browse the repository at this point in the history
  5. first commit

    royerloic committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f5ba2a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. trying everything to speed up cropping

    Loic Royer committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    cdda199 View commit details
    Browse the repository at this point in the history
  2. Much faster cropping on ui.

    royerloic committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    030a529 View commit details
    Browse the repository at this point in the history
  3. black and flake8 fixes

    AhmetCanSolak committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c61d0d1 View commit details
    Browse the repository at this point in the history