提交 a07bb9c5 编写于 作者: A Aditya Vaidya 提交者: Gines

Fix sanity check in configureThreadManager (#1285)

上级 c4369cba
......@@ -148,7 +148,7 @@ namespace op
const auto renderHandGpu = wrapperStructHand.enable && renderModeHand == RenderMode::Gpu;
// Check no wrong/contradictory flags enabled
const auto userInputAndPreprocessingWsEmpty = userInputWs.empty();
const auto userInputAndPreprocessingWsEmpty = userInputWs.empty() && userPreProcessingWs.empty();
const auto userOutputWsEmpty = userOutputWs.empty();
wrapperConfigureSanityChecks(
wrapperStructPose, wrapperStructFace, wrapperStructHand, wrapperStructExtra, wrapperStructInput,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册