peacherwu
peacherwu
@katyperry13 ,新版的opencv,要用COLOR_替代CV_打头的常量。像这样: `cv::cvtColor(src, grayImage, cv::COLOR_BGR2GRAY);` `cv::cvtColor(src, grayImage, cv::COLOR_RGBA2GRAY);`
同问。能不能share一下使用相册的代码工程?
For those who met same problem **force reinstalling six** with `RUN pip install 'six==1.6.0' --force-reinstall` I had a few try and finally make work replacing it with `RUN pip install...
Probably you have resolved this issue, just for the sake of completeness. You can modify the .../theano_backend.py according to this: https://stackoverflow.com/questions/46253744/getting-error-attributeerror-module-object-has-no-attribute-ifelse
I ran into a similar problem, and it's resolved after I put `typedef __malloc_ptr_t (void *);` at line 113.
Did you resolve the issue?