mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 20:30:20 +00:00
Fixed some wrapper & doc typos
This commit is contained in:
@@ -296,7 +296,7 @@ int openPoseTutorialWrapper1()
|
||||
// Producer (use default to disable any input)
|
||||
// Consumer (comment or use default argument to disable any output)
|
||||
opWrapper.configure(wrapperStructPose, op::WrapperStructInput{}, wrapperStructOutput);
|
||||
// Set to single-thread running (for debugging purposes)
|
||||
// Set to single-thread running (e.g. for debugging purposes)
|
||||
// opWrapper.disableMultiThreading();
|
||||
|
||||
op::log("Starting thread(s)", op::Priority::Max);
|
||||
|
||||
@@ -358,7 +358,7 @@ int openPoseTutorialWrapper2()
|
||||
// Producer (use default to disable any input)
|
||||
// Consumer (comment or use default argument to disable any output)
|
||||
opWrapper.configure(wrapperStructPose, op::WrapperStructInput{}, wrapperStructOutput);
|
||||
// Set to single-thread running (for debugging purposes)
|
||||
// Set to single-thread running (e.g. for debugging purposes)
|
||||
// opWrapper.disableMultiThreading();
|
||||
|
||||
op::log("Starting thread(s)", op::Priority::Max);
|
||||
|
||||
Reference in New Issue
Block a user