Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenDriveLab/ReSim
/ get_unique_embedder_keys_from_conditioner
Function
get_unique_embedder_keys_from_conditioner
sat/sample_video.py:37–38 ·
view source on GitHub ↗
(conditioner)
Source
from the content-addressed store, hash-verified
35
36
37
def
get_unique_embedder_keys_from_conditioner(conditioner):
38
return
list(set([x.input_key
for
x in conditioner.embedders]))
39
40
41
def
get_batch(keys, value_dict, N: Union[List, ListConfig], T=None, device=
"cuda"
):
Callers
1
sampling_main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected