From 656e58068fe076091a7bf0245b041b3a6bcc9c3a Mon Sep 17 00:00:00 2001 From: Karol Gotkowski Date: Thu, 4 Jan 2024 14:08:51 +0100 Subject: [PATCH] fix: Updated readme --- OVERVIEW.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OVERVIEW.md b/OVERVIEW.md index decdc8f..70dbc9d 100644 --- a/OVERVIEW.md +++ b/OVERVIEW.md @@ -15,7 +15,7 @@ Patchly provides the following advanced features: - Memory-mapped image support - Patch overlap - ~~Numpy padding techniques~~ -- Support for images with non-spatial dimensions (color dimension, batch dimension, ...) +- Support for images with non-spatial dimensions (channel dimension, batch dimension, ...) - Chunk aggregation to minimize memory consumption ## Sampler diff --git a/README.md b/README.md index b28ad94..8a5f9ec 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Patchly provides the following advanced features: - Memory-mapped image support - Patch overlap - ~~Numpy padding techniques~~ -- Support for images with non-spatial dimensions (color dimension, batch dimension, ...) +- Support for images with non-spatial dimensions (channel dimension, batch dimension, ...) - Chunk aggregation to minimize memory consumption ## Installation