-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make error #93
Comments
Hello! Traceback (most recent call last): Please help me! |
Hi,I meet your first problem,how did you solve it?? |
Hi, I meet the same issue. I think this issue may be caused by the different version of OpenCV. |
@zyxrrr @LQNew
/home/tzx/local/include and home/tzx/local/lib /usr/local/lib contain the related files of my own special version of OpenCV 2.4.13.4. Here is my Makefile.config
|
on osx, has problem . what os you running? |
@code-football-dog OS: Ubuntu16.04 LTS |
Hello!
When I compile caffe, there are some errors like:.build_release/lib/libcaffe.so:对‘cv::imread(cv::String const&, int)’未定义的引用
When I compile CTPN, there are error:
cython src/utils/cpu_nms.pyx
gcc -shared -pthread -fPIC -fwrapv -O2 -Wall -fno-strict-aliasing
-I/usr/include/python2.7 -o src/utils/cpu_nms.so src/utils/cpu_nms.c
In file included from /usr/include/python2.7/numpy/ndarraytypes.h:1777:0,
from /usr/include/python2.7/numpy/ndarrayobject.h:18,
from /usr/include/python2.7/numpy/arrayobject.h:4,
from src/utils/cpu_nms.c:525:
/usr/include/python2.7/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
rm -rf src/utils/cpu_nms.c
The text was updated successfully, but these errors were encountered: