mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-14 13:20:26 +00:00
Fixed compiling error
This commit is contained in:
@@ -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