-
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…
-
line 910
using
select_conv_feat = weight1 * warp_conv_feat_1 + weight2 * warp_conv_feat_2
seems just accumulate features from nearby frames. Paper said including its own, but in this step, it does…
-
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…
-
running >> python Fashion_Train.py
produces the following error:
Using TensorFlow backend.
Traceback (most recent call last):
File "Fashion_Train.py", line 124, in
model = RFCN_Model(m…
-
hello:
when i train the R-FCN use:
python ./tools/train_net.py --gpu 0 \
--solver models/pascal_voc/ResNet-50/rfcn_end2end/solver_ohem.prototxt \
--weights data/imagenet_models/ResNet-50-model.caf…
-
Hi,
I want to traing ResNet-50 using Alternating training but meet a error I do not know how solve it,could somebody help?thank you!
###
Cannot copy param 0 weights from layer 'rpn_conv/3x3'; s…
-
When I run the "dff_rfcn/demo.py", I encounted this error. Anybody know why? Please help me out!
-
I am getting the following error while training on PascalVoC ? Any suggestion , how to tackle or why is this happening.
I run the following command and followed the training preparation process acco…
-
Hi, sorry for the bother, but I have this issue and I really don't know why:
```
[libprotobuf ERROR google/protobuf/message_lite.cc:123] Can't parse message of type "caffe.NetParameter" because it…
-
When I run "**python experiments/dff_rfcn/dff_rfcn_end2end_train_test.py --cfg experiments/dff_rfcn/cfgs/resnet_v1_101_flownet_imagenet_vid_rfcn_end2end_ohem.yaml**", it generator **xxx.log** in **out…