zhangxin

Results 17 comments of zhangxin

I use it in conda environment , python 3.6.8 tensorflow 1.13.1

The Same Error on Windows 10.

``` (py3.6_caffe) zhangxin@zhangxin-AW:~/github/MTCNN_Caffe$ make Package opencv3 was not found in the pkg-config search path. Perhaps you should add the directory containing `opencv3.pc' to the PKG_CONFIG_PATH environment variable No package 'opencv3'...

``` (py3.6_caffe) zhangxin@zhangxin-AW:~/github/MTCNN_Caffe$ sudo make Package opencv3 was not found in the pkg-config search path. Perhaps you should add the directory containing `opencv3.pc' to the PKG_CONFIG_PATH environment variable No package...

@DaFuCoding Official caffe is compiled successfully. Except example/MTSrc/MTMain.cpp, What difference is between official caffe and your project.

@HamdiHamed1992 我在我的macbookpro上编译通过,你说的方法好使。 ``` //#include #include ... ... //typedef std::tr1::unordered_map tmap; typedef std::unordered_map tmap; ```

@struCoder My Environment: * Mac 10.13.3 * TensorFlow 1.5.0 * Cython 0.26.1 * Python 2.7.14 got errors ``` python setup.py build ...... 35 warnings generated. /usr/bin/gcc -bundle -undefined dynamic_lookup -L/Users/zhangxin/anaconda2/lib...

@struCoder the same error ``` 34 warnings generated. /usr/bin/gcc -bundle -undefined dynamic_lookup -L/Users/zhangxin/anaconda2/envs/venv_py3/lib -arch x86_64 -L/Users/zhangxin/anaconda2/envs/venv_py3/lib -arch x86_64 /Users/zhangxin/anaconda2/envs/venv_py3/lib/python3.5/site-packages/numpy/core/include -arch x86_64 build/temp.macosx-10.6-x86_64-3.5/bbox.o -L/Users/zhangxin/anaconda2/envs/venv_py3/lib -o /Users/zhangxin/github/text-detection-ctpn/lib/utils/bbox.cpython-35m-darwin.so ld: can't map file, errno=22...

If you want to try CPU mode, please test my branch [ZhangXinNan/text-detection-ctpn/tree/zxdev_mac](https://github.com/ZhangXinNan/text-detection-ctpn/tree/zxdev_mac) @zhao181 @eragonruan @struCoder