chenyuntc / simple-faster-rcnn-pytorch

A simplified implemention of Faster R-CNN that replicate performance from origin paper
Other
3.97k stars 1.14k forks source link

NMS error #89

Open douyh opened 5 years ago

douyh commented 5 years ago

when i try to run

cd model/utils/nms/
python build.py build_ext --inplace
cd -

I have an error

nms_gpu_post.c:610:31: fatal error: numpy/arrayobject.h: No such file or directory

I try to ignore this problem and start training. I have an error when do nms. What should I do? Thanks for your reply.

Bigwode commented 5 years ago

try to add source of numpy in build.py, details in there: https://stackoverflow.com/questions/14657375/cython-fatal-error-numpy-arrayobject-h-no-such-file-or-directory