-
I read your paper and merge your base PVANet with RFCN. Have you tried using PVANet with RFCN? I found it hard to train and the accuracy(ignore_label=0) gets improved slowly. I use voc_2007_trainval+v…
KeyKy updated
7 years ago
-
# in rfcn.py
self.rfcn_score = Conv2d(1024,7\*7\*8, 1,1, bn=False)
self.rfcn_bbox = Conv2d(1024, 7\*7\*self.n_classes,1,1,bn=False)
if it is wrong? whether it needs to be put upside down.
self.r…
-
iuzihao@liuzihao-All-Series:~/Deformable-ConvNets$ python experiments/rfcn/rfcn_end2end_train_test.py --cfg experiments/rfcn/cfgs/resnet_v1_101_coco_trainval_rfcn_dcn_end2end_ohem.yaml
Traceback (mos…
-
i want build caffe-rfcn on windows 10. i build caffeproto and caffe successfully but cant build caffe.bin.
when i try build caffe.bin this error occur:
```
1>------ Build started: Project: caffe.…
-
I have the problem that:
File "train.py", line 124, in
net(im_data, im_info, gt_boxes, gt_ishard, dontcare_areas)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/modules/module.py", …
-
Thanks for your great work, I already run "testloss.py" nicely.
Now I wanna train your Adascale scalereg .
But I have some errors while training. It would be my mistake but I can not know how to fix…
-
Hi, when i run the main script_rfcn_demo(),my matlab is always collapse
and the collapse main is :
caffe_net = caffe.Net(rfcn_net_def, 'test');
self = caffe.get_net(varargin{:});
hNet = caffe_('…
-
I need help. I don't know how to get the input parameters of rfcn_test() and so on.
What should I do set the parameters?
-
in
https://github.com/xdever/RFCN-tensorflow/blob/master/BoxEngine/RPN.py#L54
https://github.com/xdever/RFCN-tensorflow/blob/master/BoxEngine/BoxRefinementNetwork.py#L47
https://github.com/xdever/…
-
Traceback (most recent call last):
File "experiments/rfcn/rfcn_end2end_train_test.py", line 19, in
train_end2end.main()
File "experiments/rfcn/../../rfcn/train_end2end.py", line 164, in main
conf…