smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow
MIT License
2.34k stars 1.12k forks source link

Segmentation fault when running roi_pooling_op_test.py #262

Open ChampagneLee opened 6 years ago

ChampagneLee commented 6 years ago

There is a 'Segmentation fault' shown as follows when running roi_pooling_op_test.py in tensorflow-cpu mode. lxb@lxb-pc:~/Desktop/Faster-RCNN_CPU/lib/roi_pooling_layer$ python roi_pooling_op_test.py Tensor("Const_2:0", shape=(2, 6, 6, 1), dtype=float32) Tensor("RoiPool:0", shape=(2, 6, 6, 1), dtype=float32) Tensor("RoiPool:1", shape=(2, 6, 6, 1), dtype=int32) Segmentation fault (core dumped)

Please help me! Thanks!