Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commaai/research
/ imread
Function
imread
models/utils.py:23–24 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
21
return
imsave(inverse_transform(images), size, image_path, gray=gray)
22
23
def
imread(path):
24
return
scipy.misc.imread(path).astype(np.float)
25
26
def
merge_images(images, size):
27
return
inverse_transform(images)
Callers
1
get_image
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected