MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / load_image_list_to_tensors

Function load_image_list_to_tensors

sat/data_utils.py:109–111  ·  view source on GitHub ↗
(img_path_list)

Source from the content-addressed store, hash-verified

107 return image
108
109def load_image_list_to_tensors(img_path_list):
110 images = [load_image_to_tensor(img_path) for img_path in img_path_list]
111 return images

Callers 1

read_img_listMethod · 0.85

Calls 1

load_image_to_tensorFunction · 0.85

Tested by

no test coverage detected