MCPcopy 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
44def imsave(images, size, path, gray=False):
45 return scipy.misc.imsave(path, merge(images, size, gray=gray))
46
47
48def center_crop(x, crop_h, crop_w=None, resize_w=64):

Callers 2

save_imagesFunction · 0.85

Calls 1

mergeFunction · 0.85

Tested by

no test coverage detected