MCPcopy Create free account
hub / github.com/GitsSaikat/PyGen / detect_objects

Method detect_objects

data/AutoVison/context_code.py:40–43  ·  view source on GitHub ↗

Enhanced object detection with confidence scores

(self, img)

Source from the content-addressed store, hash-verified

38 return preprocess_pipeline(img, target_size)
39
40 def detect_objects(self, img):
41 """Enhanced object detection with confidence scores"""
42 from .object_detection import detect_objects
43 return detect_objects(img)
44
45 def extract_features(self, img):
46 """Extract comprehensive feature set"""

Callers

nothing calls this directly

Calls 1

detect_objectsFunction · 0.85

Tested by

no test coverage detected