Skip to content

Commit

Permalink
Fix sanity check in configureThreadManager (CMU-Perceptual-Computing-…
Browse files Browse the repository at this point in the history
  • Loading branch information
kroq-gar78 authored and gineshidalgo99 committed Jul 14, 2019
1 parent c4369cb commit a07bb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openpose/wrapper/wrapperAuxiliary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a07bb9c

Please sign in to comment.