I just found the solution. I replaced the "CV_LOAD_IMAGE_COLOR" with "cv::IMREAD_COLOR", and other symbols should should remove the CV_ prefix, such as "CV_INTER_LINEAR" to "cv::INTER_LINEAR"
[ Full content available at: https://github.com/apache/incubator-mxnet/issues/11890 ] This message was relayed via gitbox.apache.org for [email protected]
