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

Minor tweak to the decode's preprocessing "sharpen" #55

Merged
merged 3 commits into from
Mar 29, 2021
Merged

Commits on Mar 2, 2021

  1. Do the preprocessing sharpen after the grayscale

    rationale:
    1. we're treating RGB as BGR -- per channel operations feel very
    suspicious.
    2. less data to iterate over
    3. seems fine on the test datasets
    sz3 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    7be3d91 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

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

Commits on Mar 29, 2021

  1. Update build instructions to match reality

    (emcmake does things to the ENV, it's probably not what you want for
    make)
    sz3 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    918ffb2 View commit details
    Browse the repository at this point in the history