-
Notifications
You must be signed in to change notification settings - Fork 514
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
ValueError: Buffer dtype mismatch, expected 'int_t' but got 'long long' #12
Comments
It seems that you do not use the cython version of NMS? |
I got compilation error so I uncommented this line and commented the next one I am on Windows 10 FWIW |
I changed to the following in FaceBoxes/utils/nms/cpu_nms.pyx after lots of tries and it seems to be working (in progress)
|
I have found a similar issue: eragonruan/text-detection-ctpn#380. BTW, good luck : ) |
I also had to do below in two places in
|
I got the idea from that post myself, my above fix worked. |
If this fix works across platforms, welcome for your PR : ) |
if you got "cl : Command line error D8021 : invalid numeric argument '/Wno-cpp'" error |
cl: 命令行 warning D9024 :无法识别的源文件类型“std=c99”,假定为对象文件 |
do you know how to generate the 3D render picture with color? |
@chenbolinstudent |
@JacksonL1 |
@JacksonL1 |
@chenbolinstudent face3d this project will help you. |
it only transfer .mat to png ? |
@JacksonL1 |
use trimesh module. |
On windows10, please uncomment extra_compile_args={'gcc': ["-Wno-cpp", "-Wno-unused-function"]}, in FaceBoxes/utils/build.py line 46 |
In the line
xx1 = np.maximum(x1[i], x1[order[1:]])
below it throws this error inFaceBoxes\utils\nms\py_cpu_nms.py
The text was updated successfully, but these errors were encountered: