rbgirshick / py-faster-rcnn

Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
Other
8.11k stars 4.11k forks source link

Error in CPU Mode #272

Open marifnst opened 8 years ago

marifnst commented 8 years ago

dear all

i have problem when using faster r cnn in cpu mode. . ./tools/demo.py --cpu

the error i found below:

*Loaded network /home/marifnst/Downloads/py-faster-rcnn-master/data/faster_rcnn_models/VGG16_faster_rcnn_final.caffemodel F0726 00:58:05.160176 3265 syncedmem.hpp:25] Check failed: _ptr host allocation of size 345600000 failed _* Check failure stack trace: * Aborted

any solution ? i found several solution in google, to change my linux to 64 bit or expand swap memory to handle this.

regards marifnst

marifnst commented 8 years ago

dear all

fyi, faster r cnn demo running well for ZF network using . ./tools/demo.py --cpu --net ZF

regards muhammad arif nasution

himanshigarg24 commented 6 years ago

I am still facing this issue. Running on CPU , ~6GB RAM. Its already a 64 bit machine. Please suggest ways to fix this