Searched refs:resize_with_aspect_ratio (Results 1 – 1 of 1) sorted by relevance
35 resized_frame = resize_with_aspect_ratio(frame, input_data_shape)55 def resize_with_aspect_ratio(frame: np.ndarray, input_data_shape: tuple): function