Problem with Proposal Layer

Author: amregeCreated Jun 16, 2016Updated Jun 12, 2025

Hi, I am having trouble figuring out how to fix the following problem.

Traceback (most recent call last): File "./tools/demo.py", line 135, in net = caffe.Net(prototxt, caffemodel, caffe.TEST) File "/home/ubuntu/merge/new/py-faster-rcnn/tools/../lib/rpn/proposal_lay print "\n\n", self.param_str_,"\n\n" AttributeError: 'ProposalLayer' object has no attribute 'param_str_'

the proposal_layer file is in rpn.

Source: rbgirshick/py-faster-rcnn