mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-13 04:40:26 +00:00
OpenCV 4.0 compatibility
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
peaksBlob = { std::make_shared<caffe::Blob<float>>(1,1,1,1) };
|
||||
bodyPartConnectorCaffe->setPoseModel(poseModel);
|
||||
|
||||
// Step 4 - Initialize resources on desired thread (in this case single thread, i.e. we init resources here)
|
||||
// Step 4 - Initialize resources on desired thread (in this case single thread, i.e., we init resources here)
|
||||
poseExtractorCaffe->initializationOnThread();
|
||||
poseRenderer->initializationOnThread();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user