OpenCV 4.0 compatibility

This commit is contained in:
gineshidalgo99
2018-11-06 20:52:38 -05:00
parent dcf983384e
commit 0fd438d8f2
59 changed files with 792 additions and 199 deletions
+1 -1
View File
@@ -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();
}