From a0949f3bffd08c37a0d40f9a625a6d72a6a21bd5 Mon Sep 17 00:00:00 2001 From: Stanislav Fifik Date: Fri, 31 Mar 2023 15:42:04 +0200 Subject: [PATCH] :bug: bodySegmentation only if we have input image --- src/nodes/AI/BodySegmentation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodes/AI/BodySegmentation.ts b/src/nodes/AI/BodySegmentation.ts index b8d8f78..50adcd8 100644 --- a/src/nodes/AI/BodySegmentation.ts +++ b/src/nodes/AI/BodySegmentation.ts @@ -74,10 +74,10 @@ export default class BodySegmentation extends Node