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

GridGeoSampler: change stride of last patch to sample entire ROI #630

Merged
merged 23 commits into from
Sep 3, 2022

Commits on Mar 2, 2022

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

Commits on Mar 14, 2022

  1. style and mypy fixes

    remtav committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    855fee1 View commit details
    Browse the repository at this point in the history
  2. black test fix

    remtav committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    eb33fe0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    cb554c6 View commit details
    Browse the repository at this point in the history
  2. style and mypy fixes

    remtav committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1a0236c View commit details
    Browse the repository at this point in the history
  3. black test fix

    remtav committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    bfadf76 View commit details
    Browse the repository at this point in the history
  4. single.py: adapt gridgeosampler to sample beyond limit of ROI for a p…

    …artial patch (to be padded)
    
    test_single.py: add tests for multiple limit cases (see issue microsoft#448)
    remtav committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6942b5f View commit details
    Browse the repository at this point in the history
  5. format for black and flake8

    remtav committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    138855b View commit details
    Browse the repository at this point in the history
  6. format for black and flake8

    remtav committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    37d6055 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0ab3fa View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    45b3490 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/samplers/gridgeosampler_bounds' …

    …into samplers/gridgeosampler_bounds
    
    # Conflicts:
    #	torchgeo/samplers/single.py
    remtav committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    720cf5b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Revert "Adjust minx/miny with a smaller stride for the last sample pe…

    …r row/col and issue warning"
    
    This reverts commit cb554c6
    remtav committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    af5a3d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e588385 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e61b1d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. flake8: remove warnings import

    remtav committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6c623d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd9b69a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    13daca1 View commit details
    Browse the repository at this point in the history
  2. Address some comments

    adamjstewart committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    9d68d1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8660f28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9536970 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32d877e View commit details
    Browse the repository at this point in the history
  6. Simplify tests

    adamjstewart committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    a741129 View commit details
    Browse the repository at this point in the history