From ea6d240f946138b6764913526c1bb70d2ee83cab Mon Sep 17 00:00:00 2001 From: sebi06 Date: Fri, 22 Jul 2022 10:13:45 +0200 Subject: [PATCH] updates README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e39f02..70bc472 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ In order to use this plugin the user has to do the following things: | Parameter | Value | Explanation | | :----------- | :------------------------------------------- | ------------------------------------------------------- | -| model_type | ModelType.SINGLE_CLASS_SEMANTIC_SEGMENTATION | see: [czmodel] for details -| input_shape | [1024, 1024, 1] | tile dimensions required for the input | -| output_shape | [1024, 1024, 3] | tile dimensionsof the output | +| model_type | ModelType.SINGLE_CLASS_SEMANTIC_SEGMENTATION | see: [czmodel] for details | +| input_shape | [1024, 1024, 1] | tile dimensions of model input | +| output_shape | [1024, 1024, 3] | tile dimensions of model output | | model_id | ba32bc6d-6bc9-4774-8b47-20646c7cb838 | unique GUID for that model | -| min_overlap | [128, 128] | tile overlap used during training | +| min_overlap | [128, 128] | tile overlap used during training (for this model) | | classes | ['background', 'grains', 'inclusions'] | availbale classes | | model_name | APEER-trained model | name of the model |