MCPcopy Create free account
hub / github.com/TheLegendAli/DeepLab-Context / __init__

Method __init__

python/caffe/detector.py:27–55  ·  view source on GitHub ↗

Take gpu, mean, input_scale, raw_scale, channel_swap: params for preprocessing options. context_pad: amount of surrounding context to take s.t. a `context_pad` sized border of pixels in the network input image is context, as in R-CNN featu

(self, model_file, pretrained_file, gpu=False, mean=None,
                 input_scale=None, raw_scale=None, channel_swap=None,
                 context_pad=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

configure_cropMethod · 0.95
set_phase_testMethod · 0.80
set_mode_gpuMethod · 0.80
set_mode_cpuMethod · 0.80

Tested by

no test coverage detected