longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

AttributeError: 'module' object has no attribute 'roi_pooling_forward_cuda' #94

Open PaperLamp opened 4 years ago

PaperLamp commented 4 years ago

When I run demo.py, I receive the following feedback: AttributeError: 'module' object has no attribute 'roi_pooling_forward_cuda' Could u offer some suggestions? Many thanks