MCPcopy 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
23def imread(path):
24 return scipy.misc.imread(path).astype(np.float)
25
26def merge_images(images, size):
27 return inverse_transform(images)

Callers 1

get_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected