smallcorgi / Faster-RCNN_TF

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

about“Build the Cython modules” #289

Open beiyouwangzi opened 6 years ago

beiyouwangzi commented 6 years ago

when I build the Cython modules, there is an error: 'roi_pooling_op.cu.o: No such file or directory'. When I want to find this file, it really doesn't exist.

DetectionIIT commented 6 years ago

I also met this problem,have you solved?