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 D | run_video_stream.py | 25 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 D | run_video_file.py | 26 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 D | README.md | 210 …s with the provided networks, add a conditional statement to the `get_model_processing()` function…
|