MCPcopy Create free account
hub / github.com/Vinyzu/recognizer / __init__

Method __init__

recognizer/components/detector.py:193–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191 }
192
193 def __init__(self) -> None:
194 pass
195
196 def clip_detect_vit(self, images: List[cv2.typing.MatLike], task_type: str) -> List[bool]:
197 response = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected