Esempio n. 1
0
 def LayerSetup(self, bottom):
     return _ops.Proposal(bottom, **self.arguments)
Esempio n. 2
0
 def Setup(self, bottom):
     super(ProposalLayer, self).Setup(bottom)
     return ops.Proposal(bottom, **self._param)