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

Cleanup + add strided patches #218

Merged
merged 15 commits into from
Feb 22, 2024
Merged

Cleanup + add strided patches #218

merged 15 commits into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. rm unused args, fix #185

    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    26f0b74 View commit details
    Browse the repository at this point in the history
  2. account for empty hierarchy or patches

    fix #195
    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    51029b2 View commit details
    Browse the repository at this point in the history
  3. please mypy

    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4dc0117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54f40d9 View commit details
    Browse the repository at this point in the history
  5. rm unused args in wsi patches dataset

    fixes #185
    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    78086a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db8c4c7 View commit details
    Browse the repository at this point in the history
  7. ensure thumbnail is RGB

    fixes #216
    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6e81da7 View commit details
    Browse the repository at this point in the history
  8. appease mypy

    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    064ba85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06accf7 View commit details
    Browse the repository at this point in the history
  10. rm unused import

    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    73dd4ea View commit details
    Browse the repository at this point in the history
  11. handle symlinked slides dirs

    fixes #214
    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    95e3b06 View commit details
    Browse the repository at this point in the history
  12. add strided patches

    fixes #202
    
    This adds a command line option '--patch-overlap-ratio' that controls
    the level of overlap between adjacent patches. Negative values create
    space between patches, and values closer to 1 makes patches overlap
    more.
    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a371d27 View commit details
    Browse the repository at this point in the history
  13. save jsons with geojson ext

    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c974d1b View commit details
    Browse the repository at this point in the history
  14. print some logs

    kaczmarj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    da97195 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39d8e9d View commit details
    Browse the repository at this point in the history