py-faster-rcnn
py-faster-rcnn copied to clipboard
ValueError: Buffer dtype mismatch, expected 'int_t' but got 'long long'
Thanks for your code.
I encountered this problem when I use .\tools\test_net.py. The error it showed was in the line 25 in .lib\utils\nms.pyx. I replaced int_t with intp_t, int64_t and int_32_t. I found none of them worked and the error report was always
BTW, I use windows, anaconda3 and VS 2013
Duplicate issue. Check this 1 https://github.com/rbgirshick/py-faster-rcnn/issues/36
什么意思?检查哪里呢