↓ 8 callersFunctionconcat_dict_listConcatenate a list of identically-keyed dicts along axis=0. Example: [{k: (B1,T,D)}, {k: (B2,T,D)}] -> {k: (B1+B2, T, D)}
src/g05/utils/eval/eval_utils.py:35
↓ 7 callersFunction_build_action_plot_html(
action_gt,
action_pred,
ar_pred,
parts_meta,
section_label="",
plot_counter=[0],
)
scripts/utils/eval_snapshot.py:218
↓ 6 callersMethod_record_invalid_sample(
self,
*,
stage: str,
requested_idx: int,
sample_idx: int,
er
src/g05/data/base_lerobot_dataset.py:814