INNER CODE UNIT · Python
detectionAPI
chonyy/AI-basketball-analysis · src/app_helper.py:109
def detectionAPI(response, image_path):
image = cv2.imread(image_path)
detect_API(response, image)
INNER CODE UNIT · Python
chonyy/AI-basketball-analysis · src/app_helper.py:109
def detectionAPI(response, image_path):
image = cv2.imread(image_path)
detect_API(response, image)