mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-13 04:40:26 +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);
|
||||
|
||||
Reference in New Issue
Block a user