Searched refs:resize_with_aspect_ratio (Results 1 – 1 of 1) sorted by relevance
32 resized_frame = resize_with_aspect_ratio(frame, input_binding_info)43 def resize_with_aspect_ratio(frame: np.ndarray, input_binding_info: tuple): function