MCPcopy Create free account
hub / github.com/commaai/research / inverse_transform

Function inverse_transform

models/utils.py:65–66  ·  view source on GitHub ↗
(images)

Source from the content-addressed store, hash-verified

63 return np.array(cropped_image)/127.5 - 1.
64
65def inverse_transform(images):
66 return (images+1.)/2.
67
68
69def to_json(output_path, *layers):

Callers 2

save_imagesFunction · 0.85
merge_imagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected