You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.caffemodel
--imdb "voc_2007_trainval"
--iters 100000
--cfg experiments/cfgs/rfcn_end2end_ohem.yml
i got an err!!!!!!!!!!!!!!!!!!!!!!!!!
The err info is that:
ReadProtoFromBinaryFile(param_file, param) Failed to parse NetParameter file: data/imagenet_models/ResNet-50-model.caffemodel.
i'm sure that there is a ResNet-50-model.caffemodel, and the path of caffemodel is correct, and the permission is correct!
so what should i do? could you give me some suggestion?
The text was updated successfully, but these errors were encountered:
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.caffemodel
--imdb "voc_2007_trainval"
--iters 100000
--cfg experiments/cfgs/rfcn_end2end_ohem.yml
i got an err!!!!!!!!!!!!!!!!!!!!!!!!!
The err info is that:
ReadProtoFromBinaryFile(param_file, param) Failed to parse NetParameter file: data/imagenet_models/ResNet-50-model.caffemodel.
i'm sure that there is a ResNet-50-model.caffemodel, and the path of caffemodel is correct, and the permission is correct!
so what should i do? could you give me some suggestion?
The text was updated successfully, but these errors were encountered: