MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / encode_decode

Method encode_decode

segmentation/tools/deploy_test.py:122–123  ·  view source on GitHub ↗
(self, img, img_metas)

Source from the content-addressed store, hash-verified

120 raise NotImplementedError('This method is not implemented.')
121
122 def encode_decode(self, img, img_metas):
123 raise NotImplementedError('This method is not implemented.')
124
125 def forward_train(self, imgs, img_metas, **kwargs):
126 raise NotImplementedError('This method is not implemented.')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected