RFCN_CoupleNet.pytorch icon indicating copy to clipboard operation
RFCN_CoupleNet.pytorch copied to clipboard

A Pytorch Implementation of R-FCN/CoupleNet, transfer from https://github.com/princewang1994/R-FCN.pytorch

Results 10 RFCN_CoupleNet.pytorch issues
Sort by recently updated
recently updated
newest added

**os: ubuntu18.04 python:3.7 CUDA:10.0 cuDNN: 7.6 pytorch: 1.2** Hi, when I execute the command: ```bash sh make.sh ``` I got errors: error: command 'gcc' failed with exit status 1 rm:...

I met this error when I run this code. Loading pretrained weights from data/pretrain_model/resnet101.pth THCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1513368888240/work/torch/lib/THC/THCTensorCopy.cu line=204 error=8 : invalid device function Traceback (most recent call last): File "/home/WXL/MMW/RFCN_CoupleNet.pytorch-master/trainval_net.py",...

Hi, really appreciate that you share your works. That beneficiate us a lot. I currently using your code to solve our own datasets. I want to use the trained mode...

os: ubuntu18.04 python:3.6 CUDA:8.0 pytorch: 0.3.1 Hi, when I execute the command: CUDA_VISIBLE_DEVICES=$GPU_ID python trainval_net.py --arch rfcn --dataset pascal_voc --net res101 I got errors: Exception ignored in: Traceback (most recent...

In these lines i catch this problem. I really dont know where is the 131072 from ? 131072 = 256 * 2 * 4 * 8 * 8 ???? if...

According to instructions, I made all the environment that needed.But when I train the project, the code can't move on! Has anybody successfully run this project?

@princewang1994 你好! 对于couplenet,貌似并没有体现出如下2点:   1. Global FCN中的第2个分支,即针对"大roi区域"的roi pooling操作   2. 2个normalization操作 谢谢!!

hello! first thanks for your sharing about this work! I meet one problem when training: during the first epoch, the loss convergent normal. but after first epoch, the loss won't...

Could you please provide your pretrained model for your resnet_atrous? Thanks a lot!

AttributeError: 'module' object has no attribute 'nms_cuda'