ectg
ectg
Has anyone used resnet18 as the backbone instead of resent101 or resnet50? I am not quite sure how to change the resnet_graph function to this end.
I have been getting the same error too. Does anyone have a solution? Thanks!
vl_imreadjpeg is part of [matconvnet](http://www.vlfeat.org/matconvnet/). This is not included in this repo.
I get the following error when I run script_faster_rcnn_demo.m: **Undefined variable "caffe" or class "caffe.Net". Error in script_faster_rcnn_demo (line 34) rpn_net = caffe.Net(proposal_detection_model.proposal_net_def, 'test');** This is a CPU_ONLY build on...
I just figured out why, when I downloaded this repo, the external/caffe folder was empty, which meant functions like Net and set_mode_cpu were missing, I copied over the files from...