fast-rcnn icon indicating copy to clipboard operation
fast-rcnn copied to clipboard

Floating point exception (core dumped)--when i run ./tools/demo.py in fast-rcnn

Open jxzeng-git opened this issue 7 years ago • 2 comments

Issue summary

when I run code './tools/demo.py' in the project fast-rcnn, I get the information 'Floating point exception (core dumped)'.

Steps to reproduce

I compile and install Caffe just like https://github.com/rbgirshick/fast-rcnn say, but when I run the demo, I get the information 'Floating point exception (core dumped)'.

image image ... image

Your system configuration

Operating system: Ubuntu16.04 CUDA version (if applicable):9.0 CUDNN version (if applicable):7.0.5 BLAS:atlas Python or MATLAB version (for pycaffe and matcaffe respectively):python2.7

jxzeng-git avatar Jan 23 '18 08:01 jxzeng-git

I encounter the same problem, any solutions?

GWwangshuo avatar Feb 12 '18 10:02 GWwangshuo

use https://github.com/rbgirshick/py-faster-rcnn py-faster-rcnn's caffe-fast-rcnn replace fast-rcnn's caffe-fast-rcnn it's ok

nightli110 avatar Mar 06 '18 09:03 nightli110