Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
def
inverse_transform(images):
66
return
(images+1.)/2.
67
68
69
def
to_json(output_path, *layers):
Callers
2
save_images
Function · 0.85
merge_images
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected