MCPcopy
hub / github.com/msracver/Deformable-ConvNets / list_arguments

Method list_arguments

rfcn/operator_py/proposal.py:209–210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207 self._rpn_min_size = int(rpn_min_size)
208
209 def list_arguments(self):
210 return ['cls_prob', 'bbox_pred', 'im_info']
211
212 def list_outputs(self):
213 if self._output_score:

Callers 9

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
infer_shapeMethod · 0.45
test_deeplabFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1

test_deeplabFunction · 0.36