Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
def
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_list
Method · 0.85
Calls
1
load_image_to_tensor
Function · 0.85
Tested by
no test coverage detected