mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 04:10:28 +00:00
Fixed compiling error
This commit is contained in:
@@ -187,10 +187,10 @@ Just comment on GitHub or make a pull request and we will answer as soon as poss
|
||||
Please cite these papers in your publications if it helps your research. For standard OpenPose, cite `[Cao et al. 2018]`. If you also use the hand and face keypoint detectors, then cite `[Cao et al. 2018]` and `[Simon et al. 2017]` (the face detector was trained using the same procedure than the hand detector).
|
||||
|
||||
@article{8765346,
|
||||
author={Z. {Cao} and G. {Hidalgo Martinez} and T. {Simon} and S. {Wei} and Y. A. {Sheikh}},
|
||||
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
|
||||
title={OpenPose: Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields},
|
||||
year={2019}, volume={}, number={}, pages={1-1}
|
||||
author = {Z. {Cao} and G. {Hidalgo Martinez} and T. {Simon} and S. {Wei} and Y. A. {Sheikh}},
|
||||
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
|
||||
title = {OpenPose: Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields},
|
||||
year = {2019}
|
||||
}
|
||||
|
||||
@inproceedings{simon2017hand,
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
try
|
||||
{
|
||||
// logging_level
|
||||
op::Matrix opImg = op::loadImage(FLAGS_image_path, getCvLoadImageGrayScale());
|
||||
op::Matrix opImg = op::loadImage(FLAGS_image_path, op::getCvLoadImageGrayScale());
|
||||
cv::Mat img = OP_OP2CVMAT(opImg);
|
||||
if(img.empty())
|
||||
op::error("Could not open or find the image: " + FLAGS_image_path, __LINE__, __FUNCTION__, __FILE__);
|
||||
|
||||
Reference in New Issue
Block a user