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

Fix/12 train tiles #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix/12 train tiles #20

wants to merge 4 commits into from

Commits on Apr 30, 2018

  1. Skip empty lines

    drewbo committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    8f820a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94d7864 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Rearrange sampling, close #12

    Sample down to TRAIN_SIZE after we've already filtered for LABEL_RATIO.
    This addresses the major issue in #12 though it doesn't account for
    images filtered by cloud cover. In the process of refactoring, this also
     removes `tippecanoe` as a dependency.
    drewbo committed May 1, 2018
    Configuration menu
    Copy the full SHA
    e9ea4c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbf25fc View commit details
    Browse the repository at this point in the history