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

Class Parser

brambox/boxes/annotations/annotation.py:149–151  ·  view source on GitHub ↗

Generic parser class

Source from the content-addressed store, hash-verified

147
148
149class Parser(b.Parser):
150 """ Generic parser class """
151 box_type = Annotation # Derived classes should set the correct box_type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected