faster_rcnn_pytorch
faster_rcnn_pytorch copied to clipboard
Faster RCNN with PyTorch
I am trying to run the code on this [repository](https://github.com/yikang-li/MSDN) Running `./eval.sh` I get this error:  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?
 I referred #83 so revised faster_rcnn.utils... But still error remains.. Could you suggest solution this error ?