faster_rcnn_pytorch icon indicating copy to clipboard operation
faster_rcnn_pytorch copied to clipboard

Faster RCNN with PyTorch

Results 72 faster_rcnn_pytorch issues
Sort by recently updated
recently updated
newest added

I am trying to run the code on this [repository](https://github.com/yikang-li/MSDN) Running `./eval.sh` I get this error: ![Screenshot 2019-10-14 at 1 49 36 AM](https://user-images.githubusercontent.com/22097366/66721913-46c49600-ee25-11e9-8916-65c0e8ed1bcd.png) Configuration I am using: `torch.__version__` -> `0.4.1`...

when I train on my own data,I meet an error when run the faster_rcnn.py,line 100,'rpn_loss_box = F.smooth_l1_loss(rpn_bbox_pred, rpn_bbox_targets, size_average=False) / (fg_cnt + 1e-4)'. It shows that "RuntimeError: Expected object of...

For getting more accuracy in faster-rcnn , which parameters i have to tune (tuning parameters). please anybody provide the solution for that problem, actually my model is working but the...

If don`t fix pretrained VGG16`s parameters , the model will increasing untill memory booms. But if fix these parameters , it works. Why? code in train.py ``` for param in...

Please tell how to run this code in windows. I ran make.sh file using GIT, but throws an error while compiling. Do we have to change anything in the make.sh...

No module named 'resource',is the reason that I need run on the linux system?

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

How can I freeze the convolutional layers and remove some of the maxpooling layers in this implementation. Can anyone help me with this?

![image](https://user-images.githubusercontent.com/37618036/60499319-2e57c200-9cf3-11e9-8c40-35608cbc5ab4.png) I referred #83 so revised faster_rcnn.utils... But still error remains.. Could you suggest solution this error ?