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

Updated documentation for version 0.0.2 #9

Merged
merged 15 commits into from
Aug 29, 2024
Merged

Updated documentation for version 0.0.2 #9

merged 15 commits into from
Aug 29, 2024

Conversation

fercer
Copy link
Collaborator

@fercer fercer commented Aug 22, 2024

Documentation updated to integrate changes from version 0.0.2.

* Integration CI/CD pipeline to this project

* Corrected github actions test workflow

* Install the package before test it

* Created empty __init__.py inside tests to record coverage

* Changed name of sample_images_generator.py to utils.py for clarity

* Updated test workflow to use a non-supported workaround for the multiple OpenMP runtime library issue

* Updated test workflow to report coverage

* Moved non-pytorch compatibility test to last position

* Added test for datasets with zero expected samples
* Changed PatchSampler to take as base the patche size instead of the input image's chunk sizes

* Reverted change in the computation when masks elements are relative smaller than patch sizes

* Fixed spatial chunk size computation when patch sizes are grater than the chunk size

* Fixed missing patches from chunks smaller than the input image chunk size

* Padding and stride added to PatchSampler and ImageBase classes to allow overlapping patches extraction

* Added tests for stride and pad parameters of PatchSampler class

* Fixed patch slices generation in PatchSampler to always retrieve patches of the defined shape

* Standardized patch sampling method to handle smaller and bigger mask scales than image scale

* Added example notebook to documentation

* Fixed incorrect sampling of patches on masked regions
@fercer fercer changed the base branch from main to gh-pages August 22, 2024 22:38
@fercer
Copy link
Collaborator Author

fercer commented Aug 29, 2024

Merged fix for failing test

@fercer fercer merged commit fe19cf4 into gh-pages Aug 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant