Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commaai/research
/ imsave
Function
imsave
models/utils.py:44–45 ·
view source on GitHub ↗
(images, size, path, gray=False)
Source
from the content-addressed store, hash-verified
42
43
44
def
imsave(images, size, path, gray=False):
45
return
scipy.misc.imsave(path, merge(images, size, gray=gray))
46
47
48
def
center_crop(x, crop_h, crop_w=None, resize_w=64):
Callers
2
view_generative_model.py
File · 0.85
save_images
Function · 0.85
Calls
1
merge
Function · 0.85
Tested by
no test coverage detected