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