Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/ReSim
/ load_partial_from_config
Function
load_partial_from_config
sat/sgm/util.py:152–153 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
150
151
152
def
load_partial_from_config(config):
153
return
partial(get_obj_from_str(config[
"target"
]), **config.get(
"params"
, dict()))
154
155
156
def
log_txt_as_img(wh, xc, size=10):
Callers
nothing calls this directly
Calls
2
get
Method · 0.80
get_obj_from_str
Function · 0.70
Tested by
no test coverage detected