MCPcopy
hub / github.com/rbgirshick/fast-rcnn / reshape

Method reshape

lib/roi_data_layer/layer.py:121–123  ·  view source on GitHub ↗

Reshaping happens during the call to forward.

(self, bottom, top)

Source from the content-addressed store, hash-verified

119 pass
120
121 def reshape(self, bottom, top):
122 """Reshaping happens during the call to forward."""
123 pass
124
125class BlobFetcher(Process):
126 """Experimental class for prefetching blobs in a separate process."""

Callers 3

setupMethod · 0.80
forwardMethod · 0.80
im_detectFunction · 0.80

Calls

no outgoing calls

Tested by 1

im_detectFunction · 0.64