MCPcopy Create free account
hub / github.com/Tencent/ObjectDetection-OneStageDet / deserialize

Method deserialize

brambox/boxes/box.py:64–66  ·  view source on GitHub ↗

abstract parser, implement in derived classes.

(self, string)

Source from the content-addressed store, hash-verified

62 raise NotImplementedError
63
64 def deserialize(self, string):
65 """ abstract parser, implement in derived classes. """
66 raise NotImplementedError
67
68
69class ParserType(Enum):

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected