MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / __check_input

Method __check_input

rtpose_wrapper/python/caffe/io.py:117–120  ·  view source on GitHub ↗
(self, in_)

Source from the content-addressed store, hash-verified

115 self.input_scale = {}
116
117 def __check_input(self, in_):
118 if in_ not in self.inputs:
119 raise Exception('{} is not one of the net inputs: {}'.format(
120 in_, self.inputs))
121
122 def preprocess(self, in_, data):
123 """

Callers 7

preprocessMethod · 0.95
deprocessMethod · 0.95
set_transposeMethod · 0.95
set_channel_swapMethod · 0.95
set_raw_scaleMethod · 0.95
set_meanMethod · 0.95
set_input_scaleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected