提交 4902c033 编写于 作者: G Gines Hidalgo

Fixed compiling error

上级 d4db1c9f
......@@ -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__);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册