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 offset #8

Merged
merged 11 commits into from
May 10, 2024
Merged

Fix offset #8

merged 11 commits into from
May 10, 2024

Commits on Mar 29, 2024

  1. Changed PatchSampler to take as base the patche size instead of the i…

    …nput image's chunk sizes
    fercer committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8ca4afc View commit details
    Browse the repository at this point in the history
  2. Reverted change in the computation when masks elements are relative s…

    …maller than patch sizes
    fercer committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4720c76 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 30, 2024

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

Commits on May 1, 2024

  1. Padding and stride added to PatchSampler and ImageBase classes to all…

    …ow overlapping patches extraction
    fercer committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1826378 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    b894985 View commit details
    Browse the repository at this point in the history
  2. Fixed patch slices generation in PatchSampler to always retrieve patc…

    …hes of the defined shape
    fercer committed May 2, 2024
    Configuration menu
    Copy the full SHA
    aaa51f6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Standardized patch sampling method to handle smaller and bigger mask …

    …scales than image scale
    fercer committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7885749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5a4097 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    6ca445d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bb0390 View commit details
    Browse the repository at this point in the history