From 11929200af10072dc6189b8511c892ba9671deda Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Thu, 19 Nov 2020 11:38:37 -0500 Subject: [PATCH] chore: increase default simplification metric --- action-datatorch.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action-datatorch.yaml b/action-datatorch.yaml index 78dc1ab..6af8899 100644 --- a/action-datatorch.yaml +++ b/action-datatorch.yaml @@ -30,10 +30,11 @@ inputs: will not be inserted. simplify: type: float - default: 0.5 + default: 1.5 description: > Simplification tolerance applied to segmentation before importing. Set to - 0 to disable. Disabling can significantly increase performance. + 0 to disable. Disabling can significantly increase pipeline performance, + but decrease annotator performance. outputs: segmentation: type: array