MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / _fill

Method _fill

tensorpack/dataflow/imgaug/paste.py:32–33  ·  view source on GitHub ↗
(self, background_shape, img)

Source from the content-addressed store, hash-verified

30
31 @abstractmethod
32 def _fill(self, background_shape, img):
33 pass
34
35
36class ConstantBackgroundFiller(BackgroundFiller):

Callers 1

fillMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected