You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/12 08:23:49 UTC

[GitHub] lyp-sgg commented on issue #12120: compile error in "image_aug_default.cc"

lyp-sgg commented on issue #12120: compile error in "image_aug_default.cc"
URL: https://github.com/apache/incubator-mxnet/issues/12120#issuecomment-412327065
 
 
   You can change the code in image_aug_default.cc.
       CV_RGB2GRAY    ------->   cv::COLOR_RGB2GRAY
       CV_GRAY2BGR    ------->   cv::COLOR_GRAY2BGR
       CV_BGR2HLS       ------->   cv::COLOR_BGR2HLS

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services