Home
last modified time | relevance | path

Searched refs:get_model_processing (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/python/pyarmnn/examples/object_detection/
H A Drun_video_stream.py25 def get_model_processing(model_name: str, video: cv2.VideoCapture, input_data_shape: tuple): function
66 … process_output, resize_factor = get_model_processing(args.model_name, video, executor.get_shape())
H A Drun_video_file.py26 def get_model_processing(model_name: str, video: cv2.VideoCapture, input_data_shape: tuple): function
66 … process_output, resize_factor = get_model_processing(args.model_name, video, executor.get_shape())
H A DREADME.md210 …s with the provided networks, add a conditional statement to the `get_model_processing()` function…